Report Bug
Qus : To which of the following the "in" operator can be used to check if an item is in it?
Qusनिम्नलिखित में से किसके लिए "in" ऑपरेटर का उपयोग यह जांचने के लिए किया जा सकता है कि कोई आइटम उसमें है या नहीं?

A. Lists
B. Dictionary
C. String
D. All of the mentioned


Solution
D. All of the mentioned






Report Bug