Ceci est une version archivée de
Bts1A2526S51Me à 2025-12-15 20:21:01.
Lundi 15 décembre 2025
Lien pour turtle :
https://docs.python.org/fr/3/library/turtle.html
- clearscreen()
- pos()
- home()
begin_fill()
for i in range(4):
end_fill()
forward(200)
from random import *
- penup()
- goto(randint(-460,460),randint(-400,400))
- pendown()