Last active
February 3, 2016 20:27
-
-
Save SYZYGY-DEV333/ea64b924868548c74b3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Name of Program, version | |
# Author of program | |
# Discription | |
# Lisence | |
import os | |
print "Hello World!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I needed this to make all my Python scripts consistent with each other. This is for me ;-)