uk
Feedback
Python в тестах

Python в тестах

Відкрити в Telegram

Тесты по языку Python. Никакой воды. @anothertechrock

Показати більше
3 135
Підписники
Немає даних24 години
Немає даних7 днів
-930 день
Архів дописів
Что выведет код на картинке?
Anonymous voting

photo content

Максимальная возможная длина идентификатора в Python?
Anonymous voting

Suppose t = (1, 2, 4, 3), which of the following is incorrect?
Anonymous voting

What will be the output of the Python code above?
Anonymous voting

photo content

What is Instantiation in terms of OOP terminology?
Anonymous voting

Let A and B be objects of class Foo. Which functions are called when print(A + B) is executed?
Anonymous voting

What will be the output of the Python code above?
Anonymous voting

photo content

Which function overloads the + operator?
Anonymous voting

What will be the output of the Python code above?
Anonymous voting

photo content

What will be the output? print(b'1' == '1')
Anonymous voting

What will the output? print(type(type))
Anonymous voting

Which of the following does not make an exception?
Anonymous voting

What will be the output? print(6 > 5 > 4)
Anonymous voting

Which attribute integer variable hasn't?
Anonymous voting

What will be the output? print(4 ^ 2)
Anonymous voting

What will be the output? eval('print(0 / 5))', {'__builtins__': {}})
Anonymous voting