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

info1 = 'Infinity'
info1.find('a')

1)1

2)infinity

3)nan

4)0

5)-1

Related questions

0 votes
asked May 17, 2019 in Python by Derya
0 votes
asked Jun 30, 2020 in Python by GeorgeBell
...