Multiple Choice
What is the value of r after the following code executes?
MyList = [ 2, 3, 5, 7, 11 ]
YourList = list(myList)
R = yourList is myList
A) [ 2, 3, 5, 7, 11 ]
B) True
C) None
D) False
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A line of customers waiting to get
Q24: Which real-world item best represents a linear
Q25: In which type of collection does each
Q26: In computer science, collections are also called
Q27: What is the value of newObject after
Q29: To determine equality of two collections, use
Q30: By default, items in a sorted collection
Q31: Which of the following lists Python units
Q32: In computer science, abstraction is used for
Q33: What is the value of r after