#scripting/python3
Python Shebang
when I just start learning things like this I tend to forget a lot of the basic stuff, especially if the program im using automates everything for me. This is the safe shebang I need to rememeber for python3
#!/usr/bin/env python3