Question: Write a Python code in a Jupyter Notebook to read a text from the user and analyze its characteristics. Your program should output the following
Write a Python code in a Jupyter Notebook to read a text from the user and analyze its characteristics. Your program should output the following information:
The number of digits in the text.
The number of capital letters in the text.
The number of small letters in the text.
The number of other characters nonalphanumeric in the text.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
