回答編集履歴
1
修正
answer
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
i = int(input())
|
3
3
|
c = input()
|
4
4
|
print(c * i)
|
5
|
-
```
|
5
|
+
```for文はいりません。
|