es
Feedback
Python Quiz

Python Quiz

Ir al canal en Telegram

Mostrar más
El país no está especificadoLa categoría no está especificada
607
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
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