#note the program fails before end (on 'pick' command)
#so the 'Successfully!' message is never printed
#please let us have it fixed!
print('Starting...')
forward()
forward()
forward()
right()
print('First corner have been passed')
forward()
forward()
forward()
left()
print('Second corner have been passed')
forward()
forward()
forward()
print('Lets try to pick the star...')
pick()
print('Successfully!')