Please enable JavaScript to use CodeHS

IB Computer Science Higher Level (Year One)

Lesson 1.4 Karel Can't Turn Right

Description

In this lesson, students will learn how they can create their own commands for Karel by calling and defining methods. Methods allow programmers to create and reuse new commands that make code more readable and scalable.


Objective

Students will be able to:

  • Define a method, and successfully implement methods in their code.
  • Teach Karel a new command by creating a turnRight() method