Let's Code Python: array

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=TVy19siBvqo



Duration: 18:47
159 views
0


Python's array module lets you use the array type, which is similar to the built-in list type except that each array can only hold values of a type that you specify on creation.