the-real-anonymous-codes/if-elif-else-practice ? reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly Python practice project with a bunch of small scripts that each teach if, elif, and else logic. I want separate files for things like an ATM check, attendance checker, bill and tip calculators, blood donation eligibility, BMI, basic calculator, electricity bill, leap year checker, library fine, mood suggestion, movie ticket pricing, number guessing game, parking fee, rock paper scissors, temperature advice, traffic fine, and a simple login check.
Each script should ask the user for input in plain language, do the needed decision making, and print a clear result. Keep the code simple, readable, and suitable for someone learning Python basics. If it makes sense, add a short README that explains what each file does and how to run it from the terminal. Use standard Python only, and make sure the examples are easy to test and understand. If you need to check current Python docs or best practices, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit