Home »
Python »
Python Variables MCQs
Which keyword is used to delete the variable?
19. Which keyword is used to delete the variable?
- remove
- delete
- del
- undo
Answer: C) del
Explanation:
In Python, the del keyword is used to delete the variable during a program.