Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
s1.issubset(s1)
a) True
b) Error
c) No output
d) False