Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Les Toiles

Par où passer ?

from laby.global_fr import *

Laby(niveau="4b")
debut()

### BEGIN SOLUTION
avance()
gauche()
avance()
avance()
while regarde() == Toile:
    droite()
    droite()
    avance()
    avance()
    gauche()
    avance()
    avance()
    gauche()
    avance()
    avance()
avance()
avance()
avance()
avance()
droite()
while regarde() == Vide:
    avance()
ouvre()
### END SOLUTION
assert est_gagnant()