Question: PYTHON 3.6 Code Write a function getInt(question) that asks the user for a number. If the input is not an int, ask again. If the
PYTHON 3.6 Code Write a function getInt(question) that asks the user for a number. If the input is not an int, ask again. If the user enters exit, the program will call sys.exit() to exit immediately. Use the question given as the output to the user.


Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
