Respuesta :
Answer:
Please Elaborate your question
Explanation:
You can write your program code here and the problem you are facing
Also do share the language which you use for programming
Answer:
x=float(input("Enter a number: "))
sub=(x-int(x))
print(sub)
Explanation:
Got it Right