Article Outline
Python example 'simple greet'
simple greet
Python beginners example: simple greet
name=input('What is your name? : ')
print('Hello ',name)
# Simple program to dynamicall ask for a users name and reply with a greeting using the name .
Useful links
- Learn Python: https://pythonbasics.org
- Download Python: https://python.org