Normal

Report a typo

At what value of x does the program print the message inside the elif block?

if x >= 777:
    print("Good")
elif x <= 375:
    print("Normal")
else:
    print("Bad")
Select one option from the list
___

Create a free account to access the full topic