x = 99 L = [-20, -12, -4, 1, 7, 44, 45, 46, 58, 67, 99, 145] low mid high ----------------
ls = ["fish", "squirrel", "cat", "dog", "monkey", "pony"]What are the value and type of the following expressions:
(1) ls[3] > "apple" (2) ls (3) ls[3] (4) ls[3][1] (5) 'b' < 'f'