Javatpoint Logo
Javatpoint Logo

Python List clear() Method

Python clear() method removes all the elements from the list. It clear the list completely and returns nothing. It does not require any parameter and returns no exception if the list is already empty. The syntax and examples are described below.

Signature

Parameters

No parameter

Return

It returns None.

Let's see some examples of clear() method to understand it's functionality.

Python List clear() Method Example 1

Let's see a simple example in which clear() method is used to clear a list. The clear() method clears all the elements from the list.

Output:

1
2
3
After clearing:

Python List clear() Method Example 2

If the list is already empty, the method returns nothing. See the example below.

Output:

After clearing:

Next TopicPython Lists





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA