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