Question: QUESTION 6 python What output is displayed from the following code block? score = 78 if score >=0 and score
QUESTION 6 python
-
What output is displayed from the following code block?
score = 78
if score >=0 and score <= 100:
print("Valid Score")
else:
print("Invalid Score")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
