en
Feedback
Python Quiz

Python Quiz

Open in Telegram

Show more
The country is not specifiedThe category is not specified
607
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
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