Example & Tutorial understanding programming in easy ways.

What is set data type in Python ?

Set is an immutable collection of items.

we cannot store duplicate item in set 

Read More →