質問編集履歴

1

2019/09/05 00:06

投稿

Kivy
Kivy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  print("Please enter a telephone number. (Without -)")
38
38
 
39
- tel = "09026455846"
39
+ tel = input()
40
40
 
41
41
  tel_check = tel.isdecimal()
42
42