Berat-O / Python_Project

Basic Python projects for beginners and you can add your own project, good first issue
20 stars 24 forks source link

Refactored code for Calculator and Error Handling for Password manager #15

Closed CidChoknakawaro closed 5 months ago

CidChoknakawaro commented 5 months ago

Error Handling for Password manager

Improved error handling in check_password function

I found that the check_password function lacked proper error handling for several cases:

To address these issues, I added:

These changes improve the check_password function.

Refactored code for Calculator + Error Handling