✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Визначити значення змінної «a» після виконання фрагменту програми:
a = 9
if a < 4:
a += 12
else:
a -= 7
if a < 4:
a += 12
else:
a -= 7
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!