for i in range (0,256): print(i, end=" ") print(chr(i),end=" ") print(hex(i),end=" ") print(bin(i),end=" ") if (i % 3 == 0): print(" ")
-
Notifications
You must be signed in to change notification settings - Fork 0
Bulletghost/dechexbin.py
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published