i=(12, 20, 1, 0, 25)  
i.sort()
print(i)
What is the output of the following code?

Posted on by