✅ 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 var
after the for loop completes its execution
var = 10
for i in range(10):
for j in range(2, 10, 1):
if var % 2 == 0:
continue
var += 1
var+=1
else:
var+=1
print(var)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!