ABE ```python a = 6 b = 8 a, b = b, a print(a, b) 3. <br />```pythontel = input()if tel.isdigit(): print(tel)else: print("telephone格式错误") print("hello", "world", seq = '\n')