In regular Python I can achieve what I want by running this code:
myArray = [] myArray += [["Value1", "Value2"]]
I can t