Error
Errors:
¡Escriba un programa para que Karel pase por el mundo y coloque las pelotas de tenis!
Usted podría hacer algo como esto:
o esto
Una vez que haya terminado, muestre el resultado a su compañero de clase o maestro. ¡Buen trabajo!
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
|
|