logo

Crowdly

Browser

Add to Chrome

Що виведе програма? x = 0 for i in range(1, 4): for j in range(1, 4): ...

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

Що виведе програма?

x = 0

for i in range(1, 4):

for j in range(1, 4):

if i == j:

continue

x += 1

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