Kizspy Question: 32
(Choose 1 answer)
RUUVER BOW Com
Predict the output of the code given below?
# Code starts
collection1 =("QuizOrbit', 'Meha', 26, 'India')
collection2 = ('QuizOrbit', 'Divika', 23, 'India')
print(collection1 > collection2)
# Code Ends
A. True
B. False
C. Error
D. None of the above