回答編集履歴
1
追記
answer
CHANGED
@@ -9,4 +9,8 @@
|
|
9
9
|
|
10
10
|
if x % 2 != 0:
|
11
11
|
print("The number is odd.")
|
12
|
-
```
|
12
|
+
```
|
13
|
+
|
14
|
+
こんな感じで実行できるはず
|
15
|
+
---
|
16
|
+

|