
Quiz de Python Básico
Authored by Laura Sanchez
Computers
6th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de los siguientes es un tipo de dato entero en Python?
`3.14`
`"hola"`
`42`
`True`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se declara una variable llamada `nombre` con el valor `"Ana"` en Python?
`nombre == "Ana"`
`nombre = "Ana"`
`var nombre = "Ana"`
`nombre := "Ana"`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el tipo de dato de la variable x = 3.14?
int
str
bool
float
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de las siguientes opciones es una lista válida en Python?
(1, 2, 3)
[1, 2, 3]
{1, 2, 3}
<1, 2, 3>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de las siguientes opciones es una tupla válida en Python?
[10, 20, 30]
{10, 20, 30}
(10, 20, 30)
<10, 20, 30>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué función se usa en Python para conocer el tipo de dato de una variable?
print()
type()
len()
input()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el resultado de ejecutar len([5, 10, 15, 20])?
3
5
4
20
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?