Skip to content

Instantly share code, notes, and snippets.

@ApprenticeGC
Created December 15, 2011 03:24
Show Gist options
  • Save ApprenticeGC/1479692 to your computer and use it in GitHub Desktop.
Save ApprenticeGC/1479692 to your computer and use it in GitHub Desktop.
A public gist for testing
import os
import re
import subprocess
def showHello():
print("Hello!")
showHello()
print ("This is python script.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment