Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
Python
my_array = [7, 12, 9, 4, 11] print( my_array[0] ) #Python
Python result:
7