質問編集履歴

2

誤字訂正

2018/04/07 05:00

投稿

parapa
parapa

スコア17

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- scores_alphabet = [["b","60"], ["a","50"], ["b","70"], ["c","60"], ["a",60], ["c","80"]]
21
+ scores_alphabet = [["b","60"], ["a","50"], ["b","70"], ["c","60"], ["a","60"], ["c","80"]]
22
22
 
23
23
  ```
24
24
 

1

scores_alphabetの要素を文字列に変更しました

2018/04/07 05:00

投稿

parapa
parapa

スコア17

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- scores_alphabet = [[b,60], [a,50], [b,70], [c,60], [a,60], [c,80]]
21
+ scores_alphabet = [["b","60"], ["a","50"], ["b","70"], ["c","60"], ["a",60], ["c","80"]]
22
22
 
23
23
  ```
24
24