Blog

What is the output of the code below?

tuple = (“John”, “Cena”, “Jane”, “Queen”)
print(min(tuple))