Exam (elaborations)
Python_and_Data_Analytics_NEC_Week7_Solved
- Course
- Institution
1. Write a program named edit_ that asks a person their age. Accept an int. Use a custom exception to return a message if the number entered is an int that is less than 1 or greater than 115. Create an exception that catches an error if a non int is entered.
[Show more]