0 votes
in Python by
Read the Following function:

any([5>8, 6>3, 3>1])  

What will be the output of this code?

i) False

ii) Ture

iii) Invalid code

iv) None of these
...