Error
Errors:
Grader Results
Pass | Test | Message | |
---|---|---|---|
- | Test results will show here. | - |
Errors:
Write a program to make Karel walk around the world and put down tennis balls!
Get creative–this program can be whatever you want!
Here are some examples:
Once you are done, show your classmate or teacher.
Karel's Built in Commands
Commands
|
|
|
|
|
Functions
Writing a Function
Writing a function is like teaching karel a new word.
Naming Functions: You can name your functions whatever you want, but you can't have spaces in the function name.
Remember that each open bracket { must match with a close bracket }
Conditional Statements
If Statements
Remember that each open bracket { must match with a close bracket }Example of if statements
Karel Conditions
Don't forget the()
at the end
|
|