#smile incomplete

Run Settings
LanguagePython
Language Version
Run Command
picture = [ [0,0,0,0,0,0,0], [0,1,1,1,1,1,0], [0,1,2,1,2,1,0], [0,1,3,1,3,1,0], [0,1,3,3,3,1,0], [0,1,1,1,1,1,0] ] for image in picture: for pixel in image: if pixel == 1: print('🟨', end= ' ') elif pixel == 0: print('🟦', end= ' ' ) if pixel == 2: print('⚫️', end= ' ') elif pixel == 3: print('🟥', end= ' ') print(" ")
Editor Settings
Theme
Key bindings
Full width
Lines