Answer:
grade = float(input(Enter a number grade: "))
if grade <= 65:
print("That's not good")
Step-by-step explanation:
grade=float(input("Enter a number grade:"))
if grade<=65:
print("That's not good.")
I got a 100% on the question. The first answer had a few mistakes in it.
Sincerely,
Dangerous Gem
3.7m questions
4.8m answers