It says it expected T_NAME but found T_NAME

dfger

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.

1 Like

thank you. i finsihed the level but this confused me