
Shobha
The best way to predict the future is to invent it
Explain the use of the del keyword in Python.
The del keyword in Python is used to delete variables, objects, or particular elements within collections, assisting in memory management by removing unwanted references.