Explorando Python

Explorando Python

6th Grade

16 Qs

quiz-placeholder

Similar activities

MUSICA

MUSICA

6th Grade

12 Qs

NSI : Les fonctions en Python

NSI : Les fonctions en Python

2nd Grade - University

19 Qs

Solidaridad

Solidaridad

1st - 12th Grade

21 Qs

Tarea #2. Noveno

Tarea #2. Noveno

1st - 12th Grade

15 Qs

RESOLUCION DE CONFLICTOS

RESOLUCION DE CONFLICTOS

6th Grade

20 Qs

Seguros Personas

Seguros Personas

1st - 10th Grade

11 Qs

moda, mediana y media

moda, mediana y media

6th Grade

18 Qs

Los Valores que + valen

Los Valores que + valen

5th - 7th Grade

21 Qs

Explorando Python

Explorando Python

Assessment

Quiz

Other

6th Grade

Medium

Created by

Estefany Rizo

Used 4+ times

FREE Resource

16 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Grupo

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función en Python utilizada para imprimir en la consola?

print()

write()

show()

display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuáles son los tipos de datos básicos en Python?

list

char

int, float, str, bool, None

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace el operador relacional '==' en Python?

Multiplica dos valores en Python.

Verifica si un valor es mayor que otro en Python.

Concatena dos cadenas de texto en Python.

Compara si dos valores son iguales en Python.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la salida del siguiente código: print(5 + 3 * 2)?

11

10

7

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el tipo de dato para almacenar números enteros en Python?

Flotante (float)

Texto (str)

Booleano (bool)

Entero (int)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué sucede si intentas sumar un número entero con una cadena en Python?

Python will return the sum of the integer and the ASCII values of the characters in the string.

Python will convert the integer to a string and then sum the two values.

Python will concatenate the integer and the string together.

Python will raise a TypeError.

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?