Wednesday 12 February 2014

3.1.2 Arrays (Known in Python as Lists)

Arrays, also know as "Table Arrays" are known as "lists" in python language.
- Arrays are lists of data that can be accessed by giving an index number.
- Indexing in a computer always begins with "0".

 E.g:
0
1
2
3
4
Mike
Sheila
Bruce
Shane
Mark

No comments:

Post a Comment