« Mathématiques avec Python et Ruby/Fonctions en Python » : différence entre les versions

Contenu supprimé Contenu ajouté
m Mathématiques avec Python et Ruby (livre) using AWB
Ligne 138 :
from turtle import *
penup()
hideturtle()
setpos(5,f(5))
pendown()
for x in range(5,40):
setposgoto(x,f(x))
 
penup()
setpos(0,0)
Ligne 153 :
right(90)
forward(10)
 
stamp()
backward(50)
left(90)
Ligne 162 ⟶ 164 :
right(90)
forward(10)
 
stamp()
</source>