Berat-O / Python_Project

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

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

Closed CidChoknakawaro closed 1 month ago

CidChoknakawaro commented 1 month 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