Python List clear() Method - Syntax & Examples - Remove all items from list

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • Python List clear() method
    In this video, we will learn about clear() method of list object, its syntax, and examples.
    clear() method removes all items from the list. It makes the list empty.
    The syntax of clear() method is:
    list.clear()
    Consider a list of items with some items in the list. When we call clear() method on this list, the method removes all items from the list. The length of the list is reduced to zero.

ความคิดเห็น •