Today, I wrote this code.
a, b = map(int, input("").split(""))
print(a)
However, When I enter the number a, b, I keep getting this error
File "<string>", line 1
2 3
^
SyntaxError: unexpected EOF while parsing
I don't know why I keep getting the error. Please help