0 votes
in Python by

Which one of these is incorrect?

select the correct answer from below options

1) float(‘nan’)

2) float(‘inf’)

3) float(’12+34′)

4) float(’56’+’78’)

1 Answer

0 votes
by

3) float(’12+34′)

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Aug 22, 2022 in Python by Robindeniel
...