from photonrobot import * photon.go_forward(25) photon.rotate_right(90) photon.go_forward(50) photon.rotate_left(90) photon.make_sound("yahoo")