Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created February 5, 2014 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuuichi-fujioka/8815666 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/8815666 to your computer and use it in GitHub Desktop.
print function in < 3.0
from __future__ import print_function
print('foo', 'bar')
# output is "foo bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment