Examveda
Examveda

What is the output of the following code:
my_set = {1, 2, 3}
print(my_set)

A. {1, 2, 3}

B. 1, 2, 3

C. [1, 2, 3]

D. Error

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python