Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 49)
49.
What is the purpose of the set() function?
Converts a list to a set
Creates an empty set
Removes an element from a set
Checks if a variable is of a certain type
Answer: Option
Explanation:
The set() function is used to create an empty set in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.