Skip to content

Instantly share code, notes, and snippets.

@abeger
Created October 1, 2012 19:13
Show Gist options
  • Save abeger/3813787 to your computer and use it in GitHub Desktop.
Save abeger/3813787 to your computer and use it in GitHub Desktop.
Print two things with no carriage returns or spaces
sys.stdout.write('1')
sys.stdout.write('2')
@abeger
Copy link
Author

abeger commented Oct 1, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment