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