Skip to content

Instantly share code, notes, and snippets.

@sheetd
Created February 1, 2013 04:22
Show Gist options
  • Save sheetd/4689195 to your computer and use it in GitHub Desktop.
Save sheetd/4689195 to your computer and use it in GitHub Desktop.
import sys
print(sys.platform)
x='text!'
print (x*9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment