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
Hindi,
2 months ago
Computer Science,
2 months ago
Art,
5 months ago
Math,
5 months ago
Hindi,
1 year ago