質問編集履歴

1

2018/11/24 09:41

投稿

tokutok
tokutok

スコア17

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  ソースコード
40
40
 
41
- ```str = input()
41
+ ```str = list(input() )
42
42
 
43
43
  print(str[::-1])
44
44