Question:
Replit Profile: https://replit.com/@
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.
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”