#shebang

[ follow ]
fromRealpython
4 days ago

Execute Your Python Scripts With a Shebang - Real Python

A shebang line at the top of your Python file tells the shell how to execute the script, making it possible to run scripts directly.
Python
[ Load more ]