問題文 例1

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

例2

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

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