Skip to content

Instantly share code, notes, and snippets.

@bitprophet
Created September 12, 2013 03:37
Show Gist options
  • Save bitprophet/6532805 to your computer and use it in GitHub Desktop.
Save bitprophet/6532805 to your computer and use it in GitHub Desktop.
» python2.6 -c "print 3/2"
1
» python3 -c "print(3/2)"
1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment