import array as arr
numberarray = arr.array('i', [1 ,3 ,5 ,3 ,7 ,9 ,3 ])
print("Original array is: " + str(numberarray))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: