This is for an intro to python class:
Write a program with a function called retrieve_integer. Thisfunction should ask the user for a number. If they enter anon-integer, your function should print “Uh oh!”. However, theexception should not stop there; it should continue to whereveryour function was called! (Consider using the word raise by itselfhere.)
Expert Answer
An answer will be send to you shortly. . . . .