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.
入力しなくても、プログラムで複数の空白行を印刷できる方法はありますか
print("\n")
何度も?
たとえば、次のテキスト行の前に空白のページ (約 40 行だと思います) が必要です。
乗算を使用するだけです。これにより、文字列が何度でも繰り返されます。この場合は新しい行です
>>> print('\n' * 40)