質問編集履歴

2

2020/02/01 15:19

投稿

taitai_.
taitai_.

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

1

2020/02/01 15:19

投稿

taitai_.
taitai_.

スコア6

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  if home == "アメリカ":
4
4
 
5
- print("hello, America")
5
+ print("hello, America")
6
6
 
7
7
  else:
8
8
 
9
- print("hello, world")
9
+ print("hello, world")
10
10
 
11
11
 
12
12