WAP to find no of digits in python using lambda function

x=lambda n:len(str(input("Enter a no")))
print(x(n))
3 Likes

@milindyadav98

Correct, keep it up.
Keep Practicing, Keep Learning.

1 Like

Correct :100: keep practicing

1 Like