n = int(raw_input())m = int(raw_input())a = int(raw_input())print (n)print (m)print (a)
4 4 5
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 1, in <module> NameError: name 'raw_input' is not defined
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!