There are many attributes we can use when creating shapes to customize their style. # fill: colors in a shape with a noted color # Create a green circle screen.create_oval(50, 50, 100, 100, fill = "green") # ou