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