Blog

What is the output of the below code?

tuple = (‘abc’, 1, 2)
print(max(tuple))