ru
Feedback
Python Quiz

Python Quiz

Открыть в Telegram

Больше
Страна не указанаКатегория не указана
607
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 дней
Архив постов
What is the output of the set operation
Anonymous voting

photo content

In Python 3, what is the type of type(range(5))
Anonymous voting

What will this code output?
Anonymous voting

photo content

Choose the correct function declaration of fun1() so that we can execute the function call successfully
Anonymous voting

photo content

What is the output of the following function call
Anonymous voting

photo content

What is the value of x
Anonymous voting

photo content

The `minsplit` parameter to split() specifies the minimum number of splits to make to the input string.
Anonymous voting

What is the correct syntax to output the type of a variable or object in Python?
Anonymous voting

Which method can be used to return a string in upper case letters?
Anonymous voting

If b is a dictionary, what does any(b) do?
Anonymous voting

Which is invalid in python for z = 5 ?
Anonymous voting

Which collection is ordered, changeable, and allows duplicate members?
Anonymous voting

How do you create a variable with the numeric value 5?
Anonymous voting

Which one is NOT a legal variable name?
Anonymous voting

What is the output of the following code? eval(''1 + 3 * 2'')
Anonymous voting