What Will Be The Output Of The Following Python Code If S1 1 2 #545
What will be the output of the following Python code, if s1= {1, 2, 3}?</p> <pre><code class="language-python">s1.issubset(s1)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Sets - Python Sets - Quiz No.6.
What will be the output of the following Python code, if s1= {1, 2, 3}?
s1.issubset(s1)
True
Error
No output
False