logo

Crowdly

Browser

Add to Chrome

Мова програмування Python

Looking for Мова програмування Python test answers and solutions? Browse our comprehensive collection of verified answers for Мова програмування Python at elr.tnpu.edu.ua.

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

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

def func(n):

....n = n + 1

....return n

print(func(0))

0%
100%
0%
0%
View this question

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

t = [4, 2, 1, 3]

n = len(t)

def dobutok(k):

....D = 0

....for i in range(n):

........D = D * k[i]

........i = i + 1

........return(D)

print(dobutok(t))

View this question

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

def maximum(x, y):

....if x > y:

........return x

....elif x == y:

........return 'Числа рівні.'

....else:

........return y

print(maximum(8, 3))

100%
0%
0%
0%
0%
View this question

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

list =[]

for i in range(100):

....list. append(lambda x, i = i : x+i)

print(list[42](3))

View this question

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

for i in range(4):

....print(i)

....print(i ** 2)

100%
0%
0%
0%
View this question

Оберіть ключові слова які використовують для запису циклу з лічильником.

0%
0%
0%
0%
View this question

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

value = 0

def func(arg = 1):

....arg = arg + 1

....return arg

print(func()+ func(value))

View this question

Оберіть алгоритм роботи циклу while.

100%
0%
0%
View this question

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

for i in range(3):

....print(i, end=' ')

0%
0%
0%
0%
100%
View this question

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

A =[[]] * 3

a[0].append(4)

a[1] = 2

print(a)

0%
0%
0%
0%
0%
View this question

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

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

Browser

Add to Chrome