FirstTest/helloworld.py

2 lines
60 B
Python

name = input("Enter your name: ")
print("Hello World", name)