Introducción a Python - Clase 7

Introducción a Python - Clase 7

University

10 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

University

15 Qs

Manejo de Archivos - TC1028

Manejo de Archivos - TC1028

University

10 Qs

Introducción a Python - Clase 8

Introducción a Python - Clase 8

University

10 Qs

PYTHON - Quizz 1

PYTHON - Quizz 1

University

13 Qs

Listas Python

Listas Python

10th Grade - University

10 Qs

Listas

Listas

University

8 Qs

python dicionarios

python dicionarios

University

13 Qs

El mundo de las listas con python

El mundo de las listas con python

University

14 Qs

Introducción a Python - Clase 7

Introducción a Python - Clase 7

Assessment

Quiz

Computers

University

Easy

Created by

Enzo Zotti

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Una lista es un tipo de estructura de datos que se utiliza para almacenar una colección ordenada de elementos.

Verdadero

Falso

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Las listas son estructuras de datos inmutables.

Verdadero

Falso

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

¿Qué imprimirá este código?

12

Gomez

Generará un

IndexError

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Qué imprimirá este código?

2

[1, 3, 2]

[2]

[2, 3]

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Este codigo generará un error

Verdadero

Falso

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál de las siguientes opciones es la forma correcta de obtener la longitud de una lista en Python?

length(lista)

size(lista)

count(lista)

len(lista)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Supongamos que tienes la siguiente lista en Python: mi_lista = [1, 2, 3, 4, 5].

¿Cómo se puede agregar el valor 6 al final de la lista?

my_list.insert(6)

my_list.append(6)

my_list.add(6)

my_list.extend(6)

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?