I am writing the below mentioned simple code in python, but it does not run and i am getting the mentioned error. Please let me know how to fix it

前端 未结 0 1862
深忆病人
深忆病人 2021-01-05 14:51

a,b=[int(x) for x in input("Enter the two numbers:").split()]

Error:

ValueError Traceback (most recent call last) in

相关标签:
回答
  • 消灭零回复
提交回复
热议问题