Bonjour j'aurai besoin d'aide pour une algorithme python, je dois ajouter un bloc de commande pour répéter l'algorithme n fois. Pouvez vous m'aider svp
voici l'algorithme:
1. from random import*
2.
3. x=0
4.y=0
5.while -1.5<=y<=1.5 and x<8:
6._____ n=randint(-1,1)
7._____ x=x+1
8._____ y=y+n
9.if x==8:
10.___ print ("traverse le pont")
11. else:
12.___ print("tombé au pas",x)
Merci d'avance