the lengths of each integer in tuple

Write a code that takes a tuple of integers and prints a new tuple with the lengths of each integer.

(123456, 1234, 1)
Total : 0 Discussion
Login