Question: Create a module and name it Lastname_Firstname_final.py. For example, John Smith's module would be Smith_John_final.py. In the module, add the following functions: 3. Write a


Create a module and name it Lastname_Firstname_final.py. For example, John Smith's module would be Smith_John_final.py. In the module, add the following functions: 3. Write a function named problem that accepts an integer as the argument, find and return the largest digit in the number. Call the function and display the result. Test your function with the test case: if the given integer is 1325423, then your method should return 5. (10 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
