Problem with Map and input function in python

前端 未结 0 1635
梦谈多话
梦谈多话 2021-01-12 02:21

I\'m trying to input two number in the same line using this line of code:

a,b = map(int, input().split())

but I get this error and the code d

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