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!

Введіть результат обчислення виразу: 13//2.

View this question

Оберіть значення змінної а після виконання виразу: а = 2, 3

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

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

100%
0%
0%
100%
View this question

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

first = [1, 2, 3]

second = first[:]

second[2] = 4

print(first[2])

View this question

Оберіть результат обчислення виразу:(58 <= 76) and( 103 < 96).

0%
0%
0%
100%
View this question

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

a, b = 0, 1

while b < 5:

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

....a, b = b, a+b

33%
0%
0%
67%
View this question

Оберіть неправильний запис циклу while:

0%
0%
0%
100%
View this question

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

0%
100%
0%
View this question

Вкажіть правильний запис списку:

0%
0%
100%
0%
View this question

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

text = "Python is fun"

num = 0

i = 0

while i != len(text):

....if text[i] == ' ':

........num += i

....i += 1

print(num)

0%
100%
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!