Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 detaisStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started