#Exercise (tree)

Run Settings
LanguagePython
Language Version
Run Command
#exercise 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] ] for image in picture: for pixel in image: if pixel == 1: print('*', end= ' ') else: print(' ', end= ' ' ) print(" ")
Editor Settings
Theme
Key bindings
Full width
Lines