1# Python program to clear a list2# using clear() method 34# Creating list5GEEK = [6, 0, 4, 1]
6print('GEEK before clear:', GEEK)
78# Clearing list 9GEEK.clear()
10print('GEEK after clear:', GEEK)
11
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content