03 变量 循环 判断 格式化字符串
python解释器编码(python读取代码文件时)
-python3:utf-8编码
-python2:ascii编码
-
输入、输出
-
变量
python常用关键字:if else elif while break for continue def return -
条件语句
-if 值:
pass -
循环语句
无限、或者不知道什么结束循环、需要什么条件满足时,如输入Q退出循环使用 while True 循环
while
有限循环次数使用for 循环
for i in rang(10):
pass -
运算符
-
字符串格式化:% format (f'{} )