質問するログイン新規登録

回答編集履歴

1

change the code

2018/04/26 16:30

投稿

Nippun
Nippun

スコア1147

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: