Write a function named myClass_get_int_unit_test. This function should take in a class reference. In the function, using a try and except blocks, instantiate an instance of the input class and call the instance method get_integer. The function should return the corresponding values in the table below.
Question 0. Look at the submission template. Understand what example() in the main scope is doing. Question 1. Write a function named myClass_get_int_unit_test. This function should take in a class reference. In the function, using a try and except blocks, instantiate an instance of the input class and call the instance method get_integer. The function … Read more