turtle_prof_tuto004.py

Created by niz-moussatat

Created on June 29, 2022

150 Bytes


# Type your text here
from turtle import *
color("black")
for i in range(19) :   
  forward(20+4*i)
  goto(0,0)
  right(15)