Question: in python Write a function named print_last_digit that prints information about the last digit of an integer in the following format. For example, the call
in python
Write a function named print_last_digit that prints information about the last digit of an integer in the following format. For example, the call of print_last_digit(3572) should print: Last digit of 3572 is 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
