September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,18 +1,18 @@
|
|||
>>> for i in range(16): print(bin(i))
|
||||
>>> for i in range(16): print(bin(i)[2:])
|
||||
|
||||
0b0
|
||||
0b1
|
||||
0b10
|
||||
0b11
|
||||
0b100
|
||||
0b101
|
||||
0b110
|
||||
0b111
|
||||
0b1000
|
||||
0b1001
|
||||
0b1010
|
||||
0b1011
|
||||
0b1100
|
||||
0b1101
|
||||
0b1110
|
||||
0b1111
|
||||
0
|
||||
1
|
||||
10
|
||||
11
|
||||
100
|
||||
101
|
||||
110
|
||||
111
|
||||
1000
|
||||
1001
|
||||
1010
|
||||
1011
|
||||
1100
|
||||
1101
|
||||
1110
|
||||
1111
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue