logo

Crowdly

Програмування

Looking for Програмування test answers and solutions? Browse our comprehensive collection of verified answers for Програмування at exam.nuwm.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Які значення присвояться змінним a i b , при виклику функції?

def sumbm(m=6, p=12):

    return m, p

a, b = sumbm(4,18)

0%
0%
0%
0%
View this question

Як зі списку mylist=[10, 20, 30, 40, 50] отримати новий список l =[20, 30, 40]?

View this question

Чому дорівнюватиме змінна у?

x=3

if x<=3 and x>0:

    y=pow(x,2)

else:

    y=abs(x)

0%
0%
0%
0%
View this question

Що буде результатом роботи програми?

for i in range(5):

    if i % 2 == 0:

        continue

    print(i)

0%
0%
0%
0%
View this question

Який з наведених нижче варіантів НЕ є оператором присвоювання?

View this question

Який із перерахованих операторів є простим оператором умови?

View this question

Який тип даних не належить до стандартних типів даних Python

View this question

Що надрукує фрагмент програми

s=0

for i in range(5):

    s+= i

print(s)

View this question

Який метод допустимий для словника mydict = {‘key1’: 1, ‘key2’: True} в Python?

View this question

Який метод допустимий для рядка dolist = 'pass algorithm, write a program, test program'?

View this question

Want instant access to all verified answers on exam.nuwm.edu.ua?

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