Question: Question 7 (5 points): Create a function space_lower upper_count that accepts a string and returns a dictionary that contains the count for spaces, upper and

Question 7 (5 points): Create a function
Question 7 (5 points): Create a function space_lower upper_count that accepts a string and returns a dictionary that contains the count for spaces, upper and lower case characters in that string. For example Texas State" should get 'spaces 1, 'lower': 8. 'upper 2) -t: write your code here. Question 8 (5 points): Write a program to calculate factorial of a number. Factorial of any number is represented by and is equal to 1 x 2 x 3xx(-1). For instance 41 = 1x2x3 x 4 = 24. Also, 11 = 1 and 01 = 1 In 1: M.write your code here. Question 9 (5 points): Find the maximun number of a list using a loop. Dont max function write your code here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!