πŸ“Š Problem Solving and Python Programming
Q. To which of the following the “in” operator can be used to check if an item is in it?
  • (A) lists
  • (B) dictionary
  • (C) set
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned

Explanation: in can be used in all data structures.


Explanation by: Mr. Dubey
in can be used in all data structures.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
449
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate