0
What is del used for?
We use the 'del' keyword to delete a variable. However, what is its use in programming?
2 ответов
+ 1
u can use del for to delete variables to make memory free
0
for example, you can delete a huge list/dictionary after analysing some big database. this will free some RAM for using by other programs or by your program again