Missing

Report a typo

What keywords must be used instead of the _ _ _ in the code below?

if x > 1000:
    print("!")
___ x > 500:
    print("@")
else:
    ___ x > 250:
        print("#")
    else:
        print("$")
Select one option from the list
___

Create a free account to access the full topic