These are programs that uses the sequences, sequences stores text in a list and prints outs a text in the list based on its position in the list.

 This program prints out a list of 52 playing cards. A loop within a loop is used to store the text in two tuples( a sequence that can't be changed) into a variable called card_string. Each time the loop repeats the text that is stored in card_string changes. Every time card_string changes, the text stored in card_string is stored into a list called cards.