Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Clear() Method | Set
course content

Зміст курсу

Python Data Structures

Clear() MethodClear() Method

Just like in other data structures, the clear() method completely wipes out all the elements. Let's dive into the example below.

Завдання

You've got the set:

Your task is to erase all the items from this set.

Все було зрозуміло?

Секція 4. Розділ 6
toggle bottom row
course content

Зміст курсу

Python Data Structures

Clear() MethodClear() Method

Just like in other data structures, the clear() method completely wipes out all the elements. Let's dive into the example below.

Завдання

You've got the set:

Your task is to erase all the items from this set.

Все було зрозуміло?

Секція 4. Розділ 6
toggle bottom row
some-alt