# Description
Design a FlowChart that takes an Input from the User; Processes the Input to Count the number of Words, Letters, Numbers, and Special Characters (including Spaces)
# Conditions
Using the starter File (HW_IPO.py) take the Input, Process it based on the Conditions, and Output the results as instructed in the Instructions
* Assume contiguous sentences separated only by spaces; do not handle Carriage-Return/Line-Feed scenarios
* Output Four Metrics must be output to the terminal
1. Word Count
2. Character Count
3. Number Count (Whole and Decimal)
# References
Python Reference: https://www.w3schools.com/python/python_reference.asp
Stick to Built-In or String Methods
Corporate Ipsum: https://www.cipsum.com/
Use this for a single Paragraph text
String Splitting: https://www.geeksforgeeks.org/python-split-string-into-list-of-characters/
# Instructions
1. Design a Flow Chart to handle the Entry of Input from a User, Process the Input according to the Conditions (above), and Output the appropriate Counts in the format you choose, can be any program to design the flowchart, even drawings will work.
2. Using the provided file (HW_IPO.py), add the necessary Test Implementation to validate a string entered by the user.
HINT(s):
1. Use Space Character for Word and Number Count(s)
# Deliverables
* Python Code File (HW_IPO_[userid].py)
HW_IPO.py File can be provided by email or third party if unable to proccess on uploaded files.





Recent Comments