Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:31, 30 October 2024 Torben talk contribs deleted page Python - Hex (content was: "Category:Python XOR xor(a, b) # Same as a ^ b. char <-> int i = ord (c) c = chr(i) def dec2hex(n): # n is integer! return "%X" % n def hex2dec(s): # s is string! return int(s, 16) print dec2hex(255) # FF print hex2dec('FF') # 255 print hex(255) # 0xff print hex2dec('0xff') # 255", and the only contributor was "Torben" (talk))