回答編集履歴

1

変数の代入の誤り修正

2017/12/17 13:59

投稿

aromanokarisu
aromanokarisu

スコア32

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```Python
4
4
 
5
- word = input('abcde')
5
+ word = 'abcde'
6
6
 
7
7
  word_separated = list(word)
8
8