edhesive 9.10 Code practice
Answers
Answered by
1
Answer:
your code goes here
value = float(input("Enter a number: "))
if (value >= 90):
print ("Great!")
Answered by
0
Answer:value = float(input("Enter a number: "))
if value > 26.4:
print(" Greater than 26.4 ")
Explanation:
YW!!!!
Similar questions