I got Chat GPT to become my techer in Python and these are the tasks it set me:
Task 1:
📝 Objective:
Write a program that:
Asks the user for their name
Says hello using their name
Then asks what mood they’re in today
Responds with a custom message depending on the mood
📌 Bonus Task (if you finish quickly):
Change the program to:
Ask for your age
If the user is under 18, say “You're a young coder!”
If 18 or over, say “Welcome, adult in tech!”
What I created:
Comments
Post a Comment