Report Bug
Qus : Choose the correct option with respect to Python..
Qusपायथन के संबंध में सही विकल्प चुनें।

A. In Python, a tuple can contain only integers as its elements.
B. In Python, a tuple can contain only strings as its elements.
C. In Python, a tuple can contain both integers and strings as its elements.
D. In Python, a tuple can contain either string or integer but not both at a time.


Solution
C. In Python, a tuple can contain both integers and strings as its elements.






Report Bug