a,b=[int(x) for x in input("Enter the two numbers:").split()]
Error:
ValueError Traceback (most recent call last) in