logo

Crowdly

Browser

Add to Chrome

Яке значення буде у змінній `x` після виконання? x = 0 for i in range(5): ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Яке значення буде у змінній `x` після виконання?

x = 0

for i in range(5):

if i == 3:

break

x += i

print(x)

0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on kursant.khnuvs.org.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome