Maria Laís Florêncio de Araújo 20241144010059
  • Joined on 2024-10-31
import turtle turtle.color("red") turtle.shape("circle") def desenho_tricir(zoom: int = 1): turtle.penup() turtle.goto(zoom*40,zoom*100) turtle.pendown() turtle.goto(zoom*12,zoom*40) turtle.goto(zoom*90,zoom*40) turtle.goto(zoom*112,zoom*40) turtle.goto(zoom*135,zoom*40) turtle.goto(zoom*80,zoom*190) turtle.goto(zoom*40,zoom*100) turtle.circle(radius= zoom*50) desenho_tricir(zoom = 2) turtle.done()
Updated 2024-11-01 14:32:04 +00:00
tricir Template
0 0
Um triangulo com circulo
Updated 2024-11-01 14:31:01 +00:00