D:\Baldwin\AA-School\PyProg>python Lists07.py
Create and print a list with 3 nested elements
[[2, 4], [8, 16, 32], [64, 128, 256, 512]]
Number of elements is:
3
Length of Element 0 is
2
Length of Element 1 is
3
Length of Element 2 is
4

D:\Baldwin\AA-School\PyProg>
 

Figure 8