質問編集履歴
1
誤字
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
|
+
(失敗)
|