Excercise 3: Lists

Moving Image

Value:

Code

Question:

Create a list, and make your car move along it and display values!

Hint:

Use my_list = [...] and val = list[..] commands.
Example: my_list = [1, 2, 3] and val = my_list[2].

Blocks:  

my_list = []

val = my_list[]