(Choose 1 answer)
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. None of These
B. Error
C. False
D. True
Osh
Q: 47