• Haz que la figura Go To la ubicación (-175, -150).

El comando va ADENTRO de la función el drawbridge.

  • Haz que la figura Say "I made it!"

Asegúrate de soltar .say() ADENTRO de la función el the drawbridge.

To navigate the page using the TAB key, first press ESC to exit the code editor.

sprite = codesters.Sprite("knight1", -175, -150) sprite.set_speed(2) def park_scene(): stage.set_background("park") sprite.say("I should hurry to the castle!") sprite.move_forward(550) park_scene() def bridge_scene(): stage.set_background("drawbridge")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)