✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the value of the output in the following script?
x = 100
for n in [1, 5, 8]:
if n % 2 == 0:
x = x + n
print(x)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!