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.programiz.com #
PREVIOUS
NEXT
Tagged:
#delete
#list
#python
ADD COMMENT
Topic
COMMENT
Name
6+2 =
Submit