After running load_super_karel(), Karel can also turn right and turn
around with turn_right() and turn_around(). If these
superpowers aren't loaded, then these functions won't be available and Karel
can't use them.
Usage
load_super_karel()
Arguments
Value
It doesn't return anything but attaches to the global environment the
functions turn_right() and turn_around().