質問編集履歴

1

出力部分に int を追加

2017/01/19 16:32

投稿

AZDDI
AZDDI

スコア25

test CHANGED
@@ -1 +1 @@
1
- 入力された数だけ文字列を出力するプログラム
1
+ 入力された数だけ文字列を出力したい
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  for x in range(n):
46
46
 
47
- print('hello world',x+1)
47
+ print int('hello world',x+1)
48
48
 
49
49
  ```
50
50