Computer Science, asked by gouri57shankar, 6 months ago

What will be the output of the following?

2

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

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

Answers

Answered by eashanmorajkar2006
1

Answer:

In second one it will divide 17 by 4

Explanation:

Why don't you try it on your own

Similar questions