Hey! 👋
I built a small Python project to practice handling user input and conditional logic: a Login System.
It can:
✅ Check username and password
⚠️ Give feedback if one detail is wrong
❌ Deny access if both are incorrect
This helped me understand:
- Taking input from users
- Using
if/elif/elsestatements - Structuring a small program
Check the code here: 🔗 https://github.com/MariaEgyptDev/python-login-system
Any feedback or tips are welcome! 🚀
Top comments (0)