Computer Science, asked by ramakumardalai25502, 3 months ago

what is the output of print(len(str(25.00)) in python?​

Answers

Answered by kumeshwaryadav927
2

Answer:

I don't know what is the most beautiful

Answered by shannomshrivastav
2

4

print(len(str(25.00))

print(len( '25.0'))

  • print ('4')
Similar questions