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.
Ensure that your Jupyter Notebook is welldocumented and follows the examples discussed in class. Use the knowledge gained from Repetition and Repetition to implement the required functionality.
Run Sample:
Please enter a text: Python is Fun!
Number of digits:
Number of capital letters:
Number of small letters:
Number of other characters:
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
