List

You can make lists by using brackets [ ].

list1's photo

The contents have an index number.
You can use the index to extract the content.

list2's photo

Combination with string

list3's photo

Extract more contents by using index.

list4's photo

You can create lists within lists.

list5's photo