πŸ“Š Python
Q. Suppose we have two sets A & B, then A < B is:
  • (A) True if len(A) is less than len(B).
  • (B) True if A is a proper subset of B.
  • (C) True if the elements in A when compared are less than the elements in B.
  • (D) True if A is a proper superset of B.
πŸ’¬ Discuss
βœ… Correct Answer: (B) True if A is a proper subset of B.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
188
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate