Computer Science, asked by sebastianhoz, 1 year ago

Need Help with Edhesive 3.3 Code Practice: Question 2 (Language is Python)

Answers

Answered by eburcham58
0

Answer:

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

if (x>= 90):

   print ("Great!")

Explanation:

Hope that helps

Similar questions