問題文

解答例1

print('\n'.join('Hello World!' for _ in range(5)))

解答例2

for i in range(5):
   print("Hello World")

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS