Skip to content

Instantly share code, notes, and snippets.

@bitprophet
Created September 12, 2013 03:37
» 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