ch
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