If you're using a local Python environment (like VS Code or any text editor): -Open your project folder. -Create a new file named main.py (or open it if it already exists). -Paste the starter code inside the file. -Save the file. -Run it in terminal.
If you're using an online Python editor (like Replit, Google Colab, or Jupyter Notebook): Replit: -Open your Replit project. -Locate and open the main.py file on the left panel. -Paste your starter code into it. -Click the "Run" button.