use array python code example
Example: how to do an array in python
#the other answers are correct I just printed mine like this! Hope it helps!
array = ["1st", "2nd", "3rd"]
print(array)
#the other answers are correct I just printed mine like this! Hope it helps!
array = ["1st", "2nd", "3rd"]
print(array)