A

Admin • 833K Points
Coach

Q. What is the output, if set1 = {1, 2, 3}?

Code:
set1.issubset(set1)
  • (A) True
  • (B) False
  • (C) Error
  • (D) None of the above
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Each set is a subset of itself.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.