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. Python 2023-10-28 45 点赞 0 评论 68 浏览