+1 vote
in Python by
What happens when '2' == 2 is executed?

i) False

ii) Ture

iii) ValueError occurs

iv) TypeError occurs

Related questions

0 votes
asked Jan 17, 2021 in Python by SakshiSharma
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...