Multiple Choice
What is the value of myList after the following statement?
MyList = myList.sort() .
A) None
B) The original list, sorted in ascending order
C) The original list, sorted in descending order
D) An empty list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Match each definition with its term.<br>-Refers to
Q23: What is the difference between row major
Q24: Case Study 2:<br>1. def maybeAdd(ch, toList):<br>2. if
Q25: Manually trying every possible combination of letters
Q26: What method sorts a list of values
Q27: The rail-fence cipher with a rail size
Q28: Match each definition with its term.<br>-Allows us
Q29: One effective way to ignore non-letter characters
Q31: When decrypting using the rail fence cipher,
Q32: In Python, regular expressions are available through