eolas/neuron/cd5cdd66-905b-4f1f-b8e8-3a11ad507325/Python_execution.md
2025-01-13 20:54:49 +00:00

242 B

tags
python
data-types

Python execution

For immediately executable scripts, we have to have a Python shebang at the top:

#! /usr/local/bin/python3

With programs we can just run the main file with python main.py.