回答編集履歴
1
change the code
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
```python
|
2
|
+
>>> x = 2
|
2
3
|
>>>if x == 2:
|
3
4
|
print("The number is 2.")
|
4
5
|
elif x % 2 == 0:
|