Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は単純な「印刷」を繰り返す方法を見つけようとしてきましたが、役に立ちませんでした。使用するコマンドとその使用方法を知りたいのですが。私はこのためのコードを持っていません。私はそれに対して非常に怒ったので、ファイルを削除しました...
Python 2を想定:
repeats = int(raw_input("How many repetitions? ")) for i in range(repeats): print "I will read a Python tutorial!"