(Solved) : 814 Warm Text Analyzer Modifier Python 3 1 Prompt User Enter String Choosing Output String Q38622544 . . .

8.14 Warm up: Text analyzer & modifier (Python 3)

(1) Prompt the user to enter a string of their choosing. Outputthe string. (1 pt)

Ex:

Enter a sentence or phrase: The only thing we have to fear is fear itself.You entered: The only thing we have to fear is fear itself.

(2) Complete the get_num_of_characters() function, which returnsthe number of characters in the user’s string. We encourage youto use a for loop in this function. (2 pts)

(3) Extend the program by calling the get_num_of_characters()function and then output the returned result. (1 pt)

(4) Extend the program further by implementing theoutput_without_whitespace() function. output_without_whitespace()outputs the string’s characters except for whitespace (spaces,tabs). Note: A tab is ‘t’. Call the output_without_whitespace()function in main(). (2 pts)

Ex:

Enter a sentence or phrase: The only thing we have to fear is fear itself.You entered: The only thing we have to fear is fear itself.Number of characters: 46String with no whitespace: Theonlythingwehavetofearisfearitself.

LAB

ACTIVITY

8.14.1: Warm up: Text analyzer & modifier (Python3)

def get_num_of_characters(inputStr):
# Type your code here
return

if __name__ == ‘__main__’:
# Type your code here

Expert Answer


Answer to 8.14 Warm up: Text analyzer & modifier (Python 3) (1) Prompt the user to enter a string of their choosing. Output the st…

Leave a Comment

About

We are the best freelance writing portal. Looking for online writing, editing or proofreading jobs? We have plenty of writing assignments to handle.

Quick Links

Browse Solutions

Place Order

About Us