Python for Beginners: Part 7 - Exercises
Exercise 1: Greeting Program
Write a program that asks the user for their name and then prints a personalized greeting. The program should display a message like "Hello, [name]!" where [name] is the name entered by the user.
Exercise 2: Even or Odd
W...
matthewhard.com2 min read