【英文】行至边缘再返回 Posted on 2020-04-12 Edited on 2023-12-09 Views: PrefaceLevel walkthrough Source Code12345678910111213func work() { moveForward() moveForward() toggleSwitch() turnLeft() turnLeft() moveForward() moveForward() turnLeft()}for i in 1 ... 4 { work()} Completion