Answer:
import math
x = float(input("Input a decimal number of your choice: "))
y=int(x)
x=x-y
print(math.fabs(x))
Step-by-step explanation:
3.4m questions
4.4m answers