Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Basics of Python
(Python) Real numbers
Module:
(Python) Real numbers
Problem
8
/11
Fractional part of the number
Problem
Input format
Given a positive real number
X
.
Output format
Output its fractional part.
Example
N
Input
Output
1
5.5
0.5
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary