DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to delete whole list in python
thislist
=
[
"apple"
,
"banana"
,
"cherry"
]
print
(
thislist
)
del
thislist
print
(
thislist
)
Source by www.guru99.com #
PREVIOUS
NEXT
Tagged:
#delete
#list
#python
ADD COMMENT
Topic
COMMENT
Name
2+9 =
Submit