44.9k views
0 votes
What is 2.4 code practice question 2 edhesive

2 Answers

1 vote

Answer:

x=float(input("Enter a number: "))

sub=(x-int(x))

print(sub)

Step-by-step explanation:

Got it Right

User Slashroot
by
6.1k points
1 vote

Answer:

Please Elaborate your question

Step-by-step explanation:

You can write your program code here and the problem you are facing

Also do share the language which you use for programming

User Inkd
by
5.1k points