Solve problem "Fractional part" online - Learn Python 3 - Snakify

Fractional part


Statement

Given a positive real number, print its fractional part.

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