stage.set_background("schoolhallway") sprite = codesters.Sprite("person12") sprite.move_down(80) sprite.move_right(150) choice = sprite.ask("im david whats your name?") sprite.turn_left(360) sprite.say("Thats a nice name.") stage.wait(2) choice = sprite.ask("How old are you?") sprite.turn_right(360) stage.wait(1) sprite.say("I am 13.")
  • Run Code
  • Show Console
  • Codesters How To (opens in a new tab)