What will be the output of the following Python code, if s1= {1, 2, 3}?
Posted: Wed Jul 13, 2022 7:45 pm
s1.issubset(s1)
a) True
b) Error
c) No output
d) False
a) True
b) Error
c) No output
d) False
Accurate answers. Every time.
https://answerhappy.com/