5-Python-Projects-For-Beginners icon indicating copy to clipboard operation
5-Python-Projects-For-Beginners copied to clipboard

Results 22 5-Python-Projects-For-Beginners issues
Sort by recently updated
recently updated
newest added

Commit created

Pull request tartalmának magyarázata

Traceback (most recent call last): File "C:\Users\"username"\PycharmProjects\FreeCodeCamp\mini projects\git_PW_manager.py", line 18, in fer = Fernet(code) File "C:\Users\"username\PycharmProjects\FreeCodeCamp\venv\lib\site-packages\cryptography\fernet.py", line 39, in __init__ raise ValueError( ValueError: Fernet key must be 32 url-safe base64-encoded...

Modifications are focused on choose_your_own_adventure.py

When I run the program it gives me this error: ![3422EEBE-55FE-4F3E-A2F4-0B27DACBEFFD_4_5005_c](https://user-images.githubusercontent.com/104292474/172176819-ffb63c71-85c3-4bb3-9c71-42b956682b95.jpeg) What can I do about it?

binascii.Error: Incorrect padding While running the code I got the above error.