I have noticed this in a couple of scripting languages, but in this example, I am using python. In many tutorials, they would start with #!/usr/bin/python3 on t
To clarify how the shebang line works for windows, from the 3.7 Python doc: