Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Length of Set
Python Code Challenge
22 -
Write a program that prompts the user for a list of numbers and then converts the list into a set and returns the length of the set.
Python
Data Types
Sets