logo

Crowdly

Мова програмування 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!

Оберіть правильне продовження твердження: "Мова програмуваня Python належить до мов ..."

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

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

a =[1, 2, 3]

if a[2] < 3 :

........print(a[a[1]])

else:

........print(a[1])

View this question

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

for i in range(1,10):

....print(i)

0%
0%
0%
100%
View this question

Як можна перевірити, чи є список рівним іншому списку в Python?

0%
0%
100%
View this question

Оберіть результат виконання зрізу рядка x[2: -2], якщо x = "Hello World"?

0%
100%
0%
View this question

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

text = ''

for i in range(5):

....text += і

print(text)

0%
0%
100%
0%
View this question

Оберіть правильне твердження для виразу:

a > b < c

0%
100%
View this question

Оберіть назву виразу записаного мовою пограмування Python:

s = [i for i in range(10)if i > 5]

0%
100%
0%
0%
View this question

Оберіть правильний запис логічних операторів в мові програмування Python.

0%
0%
0%
100%
View this question

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

x = 3

t = 3

y = 2 * t

z = t + x // y

print(z)

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!