All public logs

Jump to navigation Jump to search

Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:43, 27 January 2022 Hdridder talk contribs created page Python:Numbers (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...")