分类「编程&脚本」下的文章

Python 模块导入

例一:导入随机数模块,显示5次1-10中的随机数impor…

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…