Untitled

Run Settings
LanguagePython
Language Version
Run Command
picture = [ [0,0,0,1,0,0,0], [0,0,1,1,1,0,0], [0,1,1,1,1,1,0], [1,1,1,1,1,1,1], [0,0,0,1,0,0,0], [0,0,0,1,0,0,0], ] fill = '$' empty = '' for row in picture: for pixel in row: if (pixel): print(fill, end='') print(fill, end='') print(fill, end='') else: print(empty, end='') print(empty, end='') print('')
Editor Settings
Theme
Key bindings
Full width
Lines