Question: using 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

using 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 You may assume that the parameter passed will be a non-negative integer. Type your Python solution code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
