Skip to content

Bulletghost/dechexbin.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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(" ")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published