Solved

Which of the Following Statements Is False

Question 15

Multiple Choice

Which of the following statements is false?


A) The following code deletes all of the list's elements: del numbers[:]
B) The del statement can delete any variable.
C) The following code deletes the variable numbers from the interactive session: del numbers
D) After deleting numbers from the interactive session, attempting to display it displays an empty list.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions