Solve problem "First digit after decimal point" online - Learn Python 3 - Snakify

First digit after decimal point


Statement

Given a positive real number, print its first digit to the right of the decimal point.

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