what is the output of print(len(str(25.00)) in python?
Answers
Answered by
2
Answer:
I don't know what is the most beautiful
Answered by
2
4
print(len(str(25.00))
print(len( '25.0'))
- print ('4')
Similar questions