Ugh, I feel your pain. Double-clicking a .py file might not work if the file association is messed up. Right-click the file > Open With > Choose Python.exe.
If you're on Mac/Linux, yeah, `python3 script.py` is the way to go. Windows is weird with that.
Pro tip: Use `pyinstaller` to turn your script into an .exe if you wanna avoid Python entirely.
If you're on Mac/Linux, yeah, `python3 script.py` is the way to go. Windows is weird with that.
Pro tip: Use `pyinstaller` to turn your script into an .exe if you wanna avoid Python entirely.
