uz
Feedback
Python в тестах

Python в тестах

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish
3 135
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
-930 kunlar
Postlar arxiv
Что выведет код на картинке?
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