I see this at the top of Python files:

  1. For Python 2 files
    #!/usr/bin/env python
    
  2. For Python 3 files
    #!/usr/bin/env python3
    

It seems to me like the files run the same without that line.

2
22

Leave a Reply

Your email address will not be published. Required fields are marked *