Revision history of "Python:Numbers"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:43, 27 January 2022Hdridder talk contribs 375 bytes +375 Created page with "NOTE: Numbers starting with 0 are interpreted as octal number. Look at this: <syntaxhighlight lang=python> >>> a = 0123 >>> print(a) 83 >>> type(a) <type 'int'> </syntaxhighl..."