分类「Python学习」下的文章

Python def函数及参数

自定义函数例一:def hello(): prin…

Python sys.exit语句提前结束

例:import syswhile True:…

Python 模块导入

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

Python for语句&ran…

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

Python While循环contin…

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