尝试为企鹅编写程序,使它向上方移动抵达出口。 提示:update( )函数的返回值:"U"-向上,"D"-向下,"L"-向左,"R"-向右,"S"-停留。 import api def update(context): return "U"