学习辅导ICode国际青少年编程Python初级组50level
Spaceship.step(1) Dev.step(2) for i in range(3): Flyer[i+1].step(1) Dev.turnRight() Dev.step(4) Dev.turnRight() Dev.step(2) for i in range(2):Spaceship.turnRight() #本来是换行空4格,没想到还可以这么流氓的缩行! Spaceship.step(3) Dev.step(3) for i in range(3): Flyer[i+5].step(2) Dev.turnLeft() Dev.step(6)