Boolean Operator
AND, OR, NOT
Boolean data type
Is a value that can evaluate to true or false.
T and F
False because at least one is False
F or T
True because at least one is True
Robot functions
Move_forward()
Rotate_right()
Rotate_left()
can_move(direction)()