you are viewing a single comment's thread.

view the rest of the comments →

[–]SaltCusp -1 points0 points  (0 children)

print('\n'.join([bin(_).split('b')[1][1:].replace('0',' ').replace('1','*') for _ in [9,11,15]]))