Level 82

Don't forget to find the shortest route

As you create your program using Blockly see what it looks like in the Python programming language. Can you tell which Python statement matches which block?

You are not logged in. Your progress won't be saved.
×
Startmove forwardsturn leftturn right

This is what your program would look like in Python:

1
 
1
from van import Van
2
​
3
my_van = Van()
4
​
5
​

Python Program

Use the Python editor below to design your program, and then click play to try it out!
 
1
from van import Van
2
​
3
my_van = Van()
4
​

Console log

Load

Here you can load a program you've previously saved!

You don't have any programs to load yet. Try saving one!

Name

Save

Here you can save your program so you can retrieve it later!

Name

Created with Raphaël 2.1.2