Username*
E-Mail*
Password*
Confirm Password*
Terms* By registering, you agree to the Terms of Service and Privacy Policy.
Forget
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Captcha* Click on image to update the captcha .
Can you help me with this question
A set is an unordered collection of unique elements.
Example:
my_set = {1, 2, 3, 4} print(my_set) # {1, 2, 3, 4}
You must login or register to add a new answer.
Previous question
Next question
Answer ( 1 )
A set is an unordered collection of unique elements.
Example:
my_set = {1, 2, 3, 4}
print(my_set) # {1, 2, 3, 4}