
Repaso Python
Authored by Ingenieria datos
Information Technology (IT)
9th - 12th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
¿Cuál de estas instrucciones en Python se ejecuta sin error?
export("Bienvenidos al curso")
echo("Bienvenidos al curso")
print[Bienvenidos al curso]
print("Bienvenidos al curso")
2.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
En Python, ¿cómo se crea una lista correctamente?
lista = (1, 2, 3, 4)
lista = {1, 2, 3, 4}
lista = [1, 2, 3, 4]
lista = <1, 2, 3, 4>
3.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
¿Qué imprimirá este código print(lista[0])? Si lista = [1, 2, 3]
0
1
2
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
¿Cómo se define correctamente una función en Python?
function suma(a, b): return a + b
fun suma(a, b) { return a + b }
define suma(a, b): return a + b
def suma(a, b): return a + b
5.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
¿Cuál de estas interfaces NO trabaja con Python?
Jupyter Notebook
Visual Studio Code
PyCharm
Excel VBA
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?