Python Pythonスクリプト演習(2020/7/6)
無限ループファイル名:mugenLoop.py# 無限ループi = 0while True: print("{}".format(i)) i += 1実行イメージ(Ctrl+cで止まります)0 1 2 3 4 5 6 :: 既定の数値が入力...
Python
Python
Python
Python
参考
Python
Python
Python
Python
Python