Preguntas de Python

Preguntas de Python

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Cuestionario Palabras Reservadas Python

Cuestionario Palabras Reservadas Python

9th - 12th Grade

16 Qs

Python básico

Python básico

9th - 12th Grade

20 Qs

Introducción a Python

Introducción a Python

9th Grade

15 Qs

Algoritmos Simples

Algoritmos Simples

12th Grade

15 Qs

Variables, Expresiones y Sentencias en Python

Variables, Expresiones y Sentencias en Python

9th Grade

15 Qs

M1.Introducción a Phyton

M1.Introducción a Phyton

12th Grade

20 Qs

M2.Variable y Expresiones

M2.Variable y Expresiones

12th Grade

20 Qs

Repaso de Python

Repaso de Python

5th Grade - Professional Development

15 Qs

Preguntas de Python

Preguntas de Python

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Luisa Fernanda Marulanda Rodriguez

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el resultado de la operación 10 % 3 en Python?

3

1

0

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato devuelve la función input() en Python?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué operador se utiliza para verificar si dos valores son iguales?

=

==

:=

===

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes opciones muestra correctamente un mensaje en pantalla?

print"Hola mundo"

show("Hola mundo")

print("Hola mundo")

echo("Hola mundo")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué resultado tiene la siguiente expresión: 5 + 3 * 2?

11

16

10

8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué palabra clave se usa para ejecutar una acción solo si una condición es falsa?

elif

else

end

not

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de estos es un tipo de dato numérico en Python?

bool

int

str

list

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?