WikiBtsSio

Bts1A2526S51Me

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):
  • forward(100)
  • right(90)
end_fill()
forward(200)





from random import *

  • penup()
  • goto(randint(-460,460),randint(-400,400))
  • pendown()

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]