Excercise 3: Lists
Value:
>
>
>
>
>
Code
Run
Delete Last
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 = [
]
Add
val = my_list[
]
Add