Computer Science, asked by jayanthonteru111, 6 months ago

Python code for the above question ​

Attachments:

Answers

Answered by valeriy69
2

\small\mathsf\color{pink}{Solution\: using\: python\: 3}

n = input("enter number: ")

print(f"Digits: {len(n)}")

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Anonymous
5

Answer:

n = input("enter number: ")

print(f"Digits: {len(n)}")

Similar questions