toile.py

Created by chambounaudaubin

Created on October 10, 2025

354 Bytes


from turtle import *
n=int(input("Donne le nb de fil \npar cote: "))+1
speed(10)
def side(rx,ry):
  x=0
  y=ry*110
  penup()
  goto(-160,0)
  pendown()
  goto(160,0)
  penup()
  for i in range(n):
    penup()
    goto(0,y)
    pendown()
    goto(x,0)
    x=x+rx*160/n
    y=y-ry*110/n
side(-1,1)
side(1,1)
side(1,-1)
side(-1,-1)
hideturtle()

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.