老师您好!x=int(input(3.1415),为什么报错?什么原因错了?谢谢。
你输入了吗?
x = int(input(23.45))
23.45
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
ValueError: invalid literal for int() with base 10: ''
>>>