1. a = input("your telephone is:")
    2. if a.isdigit():
    3. print(a)
    4. else:
    5. print("格式错误")