Source code for boa_test.example.ArrayTest

# tested


[docs]def Main(index): j = 3 arr = [1, j + 3, 3, 4, gethting(), 6, 7, 8, 9] m = arr[index] return m
[docs]def gethting(): return 8