Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Practice. Bypass an Obstacle | Basic Controls
Python Ninja

book
Practice. Bypass an Obstacle

Task

Swipe to start coding

Solution

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?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 4
py

ninja.py

def ninja_controller(ninja):
pass
# Write your code below

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt