
Luwa Tech Community.
February 28, 2025 at 12:18 PM
🚀 100 Days of Python - Day 5: Challenge Time! 🐍
We’ve learned about if-else statements & loops—now it’s time to put them to the test
💡 Exercise:
Write a Python program that checks if a boda boda rider qualifies for SafeBoda registration. The requirements:
✅ The rider must be at least 21 years old
✅ The rider must have a valid permit (Yes/No)
🔹 Bonus: Modify the program to allow the user 3 chances to enter valid details before it exits.
📌 Example Output:
Enter your age: 25
Do you have a valid permit? Yes
✅ You qualify to register as a SafeBoda rider!
Try it out & share your code in the comments! 🚀🐍
📢 Reminder: We have our Python Lecture today from 6 PM – 8 PM! Don’t miss it! ⏳
#python #100daysofpython #coding #learntocode