Replit not executing python codes

**Problem description:**When I run a python code the console should show the result and run the code but instead it remains blank I have tried using it various browsers(Google,Brave,Mozilla Firefox) none worked

**Expected behavior:**I expected it to show me a result on the console.

**Actual behavior:**The console was blank no output to be shown

Link to the repl please? (Not invite link)

You’re probably talking about https://replit.com/@Ausaf-AkhlaqueA/First-code?v=1
There should be some output saying that there’s no main.py file, but anyways you should either move the main.py file out of the folder or

  1. Click 🗎 > ⋮ > Show hidden files
  2. Change the entrypoint in the .replit file to week 1/main.py
2 Likes