Last last tp

This commit is contained in:
2022-11-24 09:49:57 +01:00
parent ff6eeb2fad
commit 86c66a6cb0
3 changed files with 11 additions and 12 deletions

View File

@@ -24,5 +24,5 @@ def carre(t: umonsTurtle, x: int, seuil: int):
if __name__ == "__main__":
turtle = umonsTurtle()
turtle.speed(0)
carre(turtle, 200, 1)
carre(turtle, 200, 5)
wait()