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")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")Create a free account to access the full topic