温婉云朵

文章
6
资源
0
加入时间
2年10月17天

4 - 循环

1.While循环count = 0while count < 100: print("Programing is fun!") count += 1 2.输入输出重定向以文件作为 input 函数的输入数据:python SentineValue.py < input.txt以文件作为 print 函数的输出数据python Script.py > output.py3.