i am on LVL 18 (the final kithmaze) and that is what it says. my (unfinished) code is
hero.while True:
hero.moveRight()
hero.moveUp()
hero.moveRight()
hero.moveDown(2)
hero.moveUp()
i am on LVL 18 (the final kithmaze) and that is what it says. my (unfinished) code is
hero.while True:
hero.moveRight()
hero.moveUp()
hero.moveRight()
hero.moveDown(2)
hero.moveUp()
Don’t use hero.while True.
thank you. i finsihed the level but this confused me