Page 130 - Trackpad_V5_Book 8
P. 130
You will get the following output:
Mixed Data Type List
Mixed data type list can be created to place different data types such as integers, strings,
double, etc.
Program 13: To create a mixed data type list.
You will get the following output:
Nested List
A list can have a list in itself as an element.
Program 14: To create a nested list.
You will get the following output:
ACCESSING A LIST
We use an index number to access the list items just like strings. Use the index operator [ ] to
access the elements of a list.
128 Pro (Ver. 5.0)-VIII

