News

Write a python script to remove the last digit from a given number. (for example, if user enters 2534 then your output should be 253) Write a python script to get the last digit from a given number.