Python array Functions

EditRocket provides the following information on array functions in the Python source code builder.

array(typecode[, initializer]) - Return a new array whose items are restricted by typecode, and initialized from the optional initializer value, which must be a list, string, or iterable over elements of the appropriate type.