Question: Python3 15 pa Write a program that 1) Asks the user for a college 2) If the college is in the provided list, print YES

Python3
15 pa Write a program that 1) Asks the user for a college 2) If the college is in the provided list, print "YES" 31 otherwise print 'NO' BUT, make sure this search is case insensitive There are a lot of solutions to this. The funciton you created in the prior problem may be quite useful code.py New Full Screen Grading 3 2 insert any needed functions above 4 colleges - (AU", "UGA', 'GT', 'GAState', 'GASouthern', 'GMC'] 6 write your code to get the user input and test it here Doesn't Find 0/5 pts - Click for detais D Finds w/ correct Case /5 - for details 0 Finds w/ Incorrect case 0/5 Chick for detais
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
