回答編集履歴

1

しゅうせい

2016/10/17 14:51

投稿

toritoritorina
toritoritorina

スコア972

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  globals()["a"] = ["1", "4"]
8
8
 
9
- print(a)
9
+ print(a) # ["1", "4"]と表示される
10
10
 
11
11
  ```
12
12