Question: WRITE IN PYTHON 1a. Write a PYTHON program that will ask the user for the number of courses they are taking, accept user input for
WRITE IN PYTHON

1a. Write a PYTHON program that will ask the user for the number of courses they are taking, accept user input for the grades for each of those courses then output the average for those courses. You must utilize try and except as well as ensure that all numbers being entered are greater than 0 (meaning, not negative numbers). 1b. Write a PYTHON program that will generate a random number between 1 and 100 (inclusive). The program will ask the user to guess the random number. The user will have 10 guesses. Each time the user guesses, the program will indicate if they are too high or too low, if the user guesses more than 10 times, the program will terminate by saying, they have run out of guesses. At all times, the user should be aware of the number of guesses they have remaining. If the user guesses the correct number, they should be congratulated on guessing the correct number, indicating how many guesses it took to guess it as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
