SyntaxFix
Write A Post
Hire A Developer
Questions
I tried this in Python 3 , seems to work fine .
a, b = map(int,input().split()) print(a) print(b)
Input : 3 44 Output : 3 44
Input : 3 44
Output :
3
44