Whenever I write a code in main.py and press the run button to check the output it gives this message (repl process died unexpectedly: exit status 2) in console

Question:

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

1 Like

Please include the link to your Repl so that we can try to determine the issue. I also recategorized this topic as Code Help/Python since that is your issue.

2 Likes

This is the link I think: https://replit.com/@AhsanZaidi1/Ahsan?v=1

I believe that the error is that you accidentally renamed main.py to man.py. However, if this is intentional, you can go into the .replit file and change the entrypoint variable from ”main.py” to ”man.py”

5 Likes