Solve problem "Tens digit" online - Learn Python 3 - Snakify

Tens digit


Statement

Given an integer. Print its tens digit.

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