Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started