Hey there! Double-clicking might not work well since the window closes instantly. Try this:
1. Open Command Prompt (search for `cmd`).
2. Type `python` to check if it’s installed (if not, install it first!).
3. Navigate to your file’s folder using `cd path\to\folder`.
4. Run it with `python yourfile.py`.
For a smoother experience, try VS Code or PyCharm—they have built-in terminals to run python command in python file easily.
1. Open Command Prompt (search for `cmd`).
2. Type `python` to check if it’s installed (if not, install it first!).
3. Navigate to your file’s folder using `cd path\to\folder`.
4. Run it with `python yourfile.py`.
For a smoother experience, try VS Code or PyCharm—they have built-in terminals to run python command in python file easily.
