Spyke

Replies

Comment on

Variable arrays?

Resolved!

From Discord:

BluePower — Today at 11:49 AM

If you were to put the code in the list panel, try this:

travelarray = [['airport','train station','bus stop']]

It is basically an array inside of the square brackets, if you wrap any value (including functions) with them it'll be directly assigned into that variable

You reached the end