Computer Science, asked by eagleblade10, 8 months ago

edhesive 9.10 Code practice

Answers

Answered by vikashkumar4783
1

Answer:

your code goes here

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

if (value >= 90):

print ("Great!")

Answered by king089jordan
0

Answer:value = float(input("Enter a number: "))

if value > 26.4:

print(" Greater than 26.4 ")

Explanation:

YW!!!!

Similar questions