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)