Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 1.9 Super karel

Description

En esta lección, se presentará a los estudiantes a SuperKarel y a las APIs. SuperKarel incluye comandos como turn_right() y turn_around() ya que son comúnmente utilizados. Estos comandos vienen preinstalados con la librería de SuperKarel (API).


Objective

Students will be able to:

  • Write programs that use SuperKarel instead of Karel
  • Utilize the new toolbox of commands that SuperKarel provides over Karel
  • Read the documentation to understand how to use an API (SuperKarel is an example of this)