Examveda

What will be the output of the following Python code, if s1= {1, 2, 3}?
s1.issubset(s1)

A. True

B. Error

C. No output

D. False

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python