Which of the following statements is false?
a. You can concatenate two lists, two tuples or two strings using the + operator. The result is a new sequence of the same type containing the left operand’s elements followed by the right operand’s elements.
b. A TypeError occurs if the + operator’s operands are difference sequence types—for example, concatenating a list and a tuple is an error.
c. List elements can be accessed via their indices and the subscription operator ([]).
d. All of the above statements are true.
d. All of the above statements are true.
You might also like to view...
You can only apply one filter to a large dataset in Excel 2013
Indicate whether the statement is true or false
Why is a tail pointer desirable when you use a chain of linked nodes to implement a queue?
What will be an ideal response?