eolas/neuron/465c3f1a-96c8-4f3f-9682-19d3ebacfb4a/Python_execution.md

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.