ch
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