ChamplainTechJournals/python-csi160/week02/Week-2Practice-Problems/part2.py
2025-04-19 23:42:08 -04:00

5 lines
No EOL
111 B
Python

# Get the user's name
name = input('Enter your name:\n')
# Print hello statement
print("Hello, " + name + "!")