0 votes
in Python by
What will be the output of below text?

info1 = 'Infinity'

info1.find('a')

nan

-1

0

infinity

1

Related questions

0 votes
asked Feb 11, 2020 in Python by rahuljain1
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...