Python for语句&ran…

例一:打印名字5次:print('请输入名字5次…

Python While循环contin…

1.while 循环 语句spam = 0 while spam …

Python if elif else语…

例子import random k = random.randin…

Python 基础

1.常见数据类型整型 -1,2,3,4,5…

Python 运算符优先级

** 指数 (最高优先级) ~…