ar
Feedback
Python в тестах

Python в тестах

الذهاب إلى القناة على Telegram
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