質問編集履歴

1

codeの修正

2018/11/09 14:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,11 @@
10
10
 
11
11
  ```python
12
12
 
13
+ choice2 = input("please choose the number: ")
14
+
15
+ choice3 = int(choice2)
16
+
13
17
  def menuList(choice3):
14
-
15
- choice2 = input("please choose the number: ")
16
-
17
- choice3 = int(choice2)
18
18
 
19
19
  if choice3 == 0:
20
20