Practice. Bypass an Obstacle
Task
Swipe to start coding
Solution
9
1
2
3
4
5
6
7
8
def ninja_controller(ninja):
# Write your code below
ninja.go_down();
ninja.go_left();
ninja.go_left();
ninja.go_up();
ninja.pick_sushi();
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 4
ninja.py
9
1
2
3
4
5
6
def ninja_controller(ninja):
pass
# Write your code below
Ask AI
Ask anything or try one of the suggested questions to begin our chat