logo

Crowdly

Оберіть результат виконання програми: def check(mas): ....if len(mas)< 10: ...

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

Оберіть результат виконання програми:

def check(mas):

....if len(mas)< 10:

........return(False)

....else:

........return(True)

mas = []

i = 1

while not check(mas):

....mas.append(i)

....i += 1

print(mas)

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

Want instant access to all verified answers on elr.tnpu.edu.ua?

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