D:\Baldwin\AA-School\PyProg>python Lists01.py
Print index value 2
A string
Print a short slice
[3.14, 59, 'A string']
Print the entire list
[3.14, 59, 'A string', 1024]

D:\Baldwin\AA-School\PyProg>

Figure 8