Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created July 25, 2014 15:59
Show Gist options
  • Save rustyrazorblade/98aba8299d99ddcae562 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/98aba8299d99ddcae562 to your computer and use it in GitHub Desktop.
jhaddad@jons-mac-pro ~$ cat test.py
print "hello",
print "hello",
jhaddad@jons-mac-pro ~$ python test.py
hello hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment