A.) {1: "One", 2: "Two", 3: "Three"} B.) (1: "One", 2: "Two", 3: "Three") C.) [1: "One", 2: "Two", 3: "Three"] D.) <1: "One", 2: "Two", 3: "Three">
A.) 2.5 B.) 2 C.) 2.0 D.) 2.25
A.) func B.) def C.) function D.) define
A.) my_list.last() B.) my_list[len(my_list) - 1] C.) my_list[-1] D.) my_list.last
A.) To define a function B.) To handle exceptions C.) To specify an alternative condition in an "if" statement D.) To concatenate strings
A.) 7 B.) 6 C.) 5 D.) 4
A.) ^ B.) ** C.) % D.) /
A.) toLowerCase() B.) lower() C.) lowercase() D.) strLower()
A.) To display text on the console B.) To exit the function prematurely C.) To return a value from the function D.) To print a message to the console
A.) Integer B.) Float C.) String D.) List