Computer Science, asked by sweta90, 7 months ago

print(len(str(17/4))​

Answers

Answered by nike18
13

Answer:

4

because it will be 1.16 so there is 4

Answered by Kul1306
9

Explanation:

len() is a built-in function in python. You can use the len() to get the length of the given string, array, list, tuple, dictionary, etc.You can use len function to optimize the performance of the program. The number of elements stored in the object is never calculated, so len helps provide the number of elements.

Hope it will be useful....

Please mark as the BRAINLIEST answer....

Similar questions