-#/usr/bin/ubv python 头部对于加了解释器路径没有用
Python2 默认 ASSCI
Python3 uf8
头部
#/usr/bin/ubv python
#_*_coding:utf_8 _*_
中文 utf_8 3字节
gbk 2
用户登录 三次机会重试
c=0while c<3: user=input(">>") pwd=input(">>") if user=="a" and pwd=="123": print("welcome") break else: print("用户名或密码错误") c+=1 运算符成员操作 in not in大写upper int (a,base=2)转换为二进制 当前数字至少用几位二进制表示bit_length字符串小写low
首字母大写def capitalize()
原文地址:https://www.cnblogs.com/yikedashuyikexiaocao/p/9191093.html
时间: 2024-10-09 04:24:15