Exercise CLASS 3
Exercise CLASS 3
Write a Python program that asks the user for their name and age. Greet them with a personalized
message.
Create a Python program that converts temperatures between Celsius and Fahrenheit. Allow the
user to input the temperature and choose the conversion unit.
Develop a basic calculator that performs addition, subtraction, multiplication, and division. Prompt
the user for two numbers and an operation.
Write a game where the computer generates a random number, and the user tries to guess it.
Provide hints if the guess is too high or too low.
Create a program that prompts the user to enter a password. Validate the password to ensure it
meets certain criteria (e.g., minimum length, containing uppercase, lowercase, numbers, and special
characters)