Are you sure?
Do you want to delete “Christmas tree” permanently? You will not be able to undo this action.
bgf=['midnightblue', 'navy', 'navy', 'mediumblue', 'blue', 'dodgerblue', 'deepskyblue', 'lightskyblue', 'lightcyan', 'azure'] Square(color=bgf) import icons icons.Tree(color='darkgreen', y=64.5) Square(color='azure', height=19, y=105) Square(color='saddlebrown', height=19, width=9.2, y=105) icons.Star(color='yellow', rotation=360/10, height=11, width=11, y=8) kugler = [(41,50, 'red'), (55,29, 'blueviolet'), (70,64, 'aqua'), (70,86, 'indigo'), (50,72, 'gold'), (27,82, 'hotpink')] kugle_storrelse = 7 for k in kugler: Circle(width=kugle_storrelse, height=kugle_storrelse, x=k[0], y=k[1], color=k[2])