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
History,
5 months ago
Math,
5 months ago
Computer Science,
5 months ago
Chemistry,
10 months ago
Chemistry,
10 months ago