Result Size:
625 x 571
demo_ref_input.py:
print("Enter your name:") x = input() print("Hello, " + x)
➜ begtut>python demo_input.py
Enter your name: