change B to 0b

This commit is contained in:
aarón montoya-moraga
2021-05-08 23:26:24 -04:00
committed by GitHub
parent 83399e1d1c
commit 28e7e59a70
+1 -1
View File
@@ -17,7 +17,7 @@ def main(fn, id):
if x == 0:
print(" ", end='')
if x % 8 == 0:
print("B", end='')
print("0b", end='')
bit = '0'
if x < image.width and image.getpixel((x,y)) != 0: