step_forward()
or step()
- Move the gnome forward one stepturn_left()
- Turn the gnome left (counterclockwise)turn_right()
- Turn the gnome right (clockwise)can_step_forward()
or can_step()
- Check if the gnome can move forwardcan_step_left()
- Check if the gnome can move to the leftcan_step_right()
- Check if the gnome can move to the rightlog(...)
- Print values to the console for debugging