Relative Content

Tag Archive for pythonpython-3.xpycharm

“C:Userssamir al-zeebianaconda3condabinconda.bat”

“C:Userssamir al-zeebianaconda3condabinconda.bat” run -p “C:Userssamir al-zeebianaconda3” –no-capture-output python python=C:Userssamir al-zeebianaconda3pythonw.exe “C:/Program Files/JetBrains/PyCharm Community Edition 2023.1/plugins/python-ce/helpers/pydev/pydevd.py” –multiprocess –qt-support=auto –client 127.0.0.1 –port 56720 –file “C:Userssamir al-zeebiDesktopprojectgui.py”
failed to create process.

How do I fix this code? It has suddenly stopped running

I’m beginning to learn python and I’ve created this simple program which asks the user for the pin-code. I’ve indicated an amount of attempts and wrote a function which exits the program in case this amount is exceeded. The code has been working perfectly, but today when I tried to run it, it exits the program right away (Output: “Process finished with exit code 0”). Could anyone please tell me what’s wrong with it? Thanks in advance.
Code: