Jotter
0 1 2 3 4 5 6 7 8 9 a b c d e f
[3:7] range(3, 7) n = 405 f"{n:o}" '625' 0xbadcafe 195939070 n = 0xbadcafe for i in range(14): print(f"Two to the power of {i:2} is {2**i:5}") f"{n:b}"
- ASCII code chart
- 0.30000000000000004.com Why is it , more often than not,
0.1 + 0.2is not equal to0.3?