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

質問編集履歴

1

誤字

2019/12/27 14:41

投稿

Kiri3
Kiri3

スコア17

title CHANGED
File without changes
body CHANGED
@@ -43,6 +43,7 @@
43
43
  continue
44
44
 
45
45
  print('your number is {}{}'.format(ten,one))
46
+ break
46
47
 
47
48
 
48
49
  ```
@@ -51,4 +52,6 @@
51
52
 
52
53
  elif ten or one > 9:
53
54
  print('Error\nInput one digit only')
54
-    continue
55
+    continue
56
+
57
+ (失敗)