Solve problem "Last digit of integer" online - Learn Python 3 - Snakify

Last digit of integer


Statement

Given an integer number, print its last digit.

In all the problems input the data using input() and print the result using print().