I see this at the top of Python files:
#!/usr/bin/env python # for Python 2 files #!/usr/bin/env python3 # for Python 3 files It seems to me like the files run the same without that line.
I see this at the top of Python files:
#!/usr/bin/env python # for Python 2 files #!/usr/bin/env python3 # for Python 3 files It seems to me like the files run the same without that line.