Running a program gets stuck in the "working" loop, and doesn't start

Question:
I try to run a Python program for the second time, but it gets stuck in the “working” mode

Replit Profile: https://replit.com/@PatrickMuls

Hey, @PatrickMuls welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

2 Likes

Hello dragonhunter1,

https://replit.com/@PatrickMuls/Day-7-Hangman-1-Start#main.py is the link.

The first execution runs OK, but a subsequent attempt gets stuck

Thank you for helping,
Patrick

1 Like

Hello dragonhunter1,
I just noted that it seems to work again as I deactivated the ‘exit()’ instruction and le the program end in a less abrupt way. So that might be the problem.
Greetings,
Patrick

1 Like

hi,

I am having the same issue with my code it gets stuck on “working”

thx

Hello @zugru90!

Could you try running kill 1 in the shell?