a,b=input().splita=int(a)b=int(b)print(a,b)
2 3
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 1, in <module> TypeError: 'builtin_function_or_method' object is not iterable
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!