from sys import stdin print("Hello") nm = input ("What is your name? ") print(nm)
Rose
Hello What is your name? Rose
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!