How to us delete command in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to us delete command in Python

Is it right print (del spam)

2nd Jan 2018, 4:37 AM
Anirudh Rana
Anirudh Rana - avatar
1 Answer
+ 2
No, just put "del spam" (without quotes) and you're set.
2nd Jan 2018, 4:53 AM
LunarCoffee
LunarCoffee - avatar