How to add values to a python array?

i want to know how to add values to a python array

Hello @richards12,

You could do that through append method. More information here: