What will be output to the screen when the following code is run?

secret = 50
if (secret == 100):
print("Excellent")
elif (secret < 75):
print("Awesome")
else:
print("Super")
Select one:

a.
Awesome

b.
Super

c.
None of these is true

d.
Excellent

1 answer

b. Super
Similar Questions
  1. Hi I have 3 output problems that I need assistance, thank you!Produce Output For each problem, you are to produce the code, in
    1. answers icon 1 answer
  2. Multiple ChoiceWhat does a code of conduct include? (1 point) Responses a secret code for Internet users a secret code for
    1. answers icon 5 answers
  3. Multiple ChoiceWhat does a code of conduct include? (1 point) Responses a secret code for Internet users a secret code for
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions