Modifications

Sauter à la navigation Sauter à la recherche
105 octets ajoutés ,  19 mars 2020 à 21:42
Ligne 151 : Ligne 151 :     
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
xx
+
import turtle
 +
 
 +
t = turtle.Turtle()
 +
 
 +
for i in range(50): # faire 50 fois
 +
    t.forward(50)
 +
    t.right(144)
 
</syntaxhighlight>
 
</syntaxhighlight>
  
29 836

modifications

Menu de navigation