lista = [35,67,89,23,34], ¿Qué imprime print(lista[-2])?
T1028 Sem10

Quiz
•
Computers
•
1st - 5th Grade
•
Hard
Jorge Ramon
Used 5+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
34
23
35
89
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
lista = [98, 97.5, 'N/A', 99 ,87], ¿Qué imprime print(lista[2:4]) ?
['N/A', 99 ,87]
['N/A', 99]
[97.5, 'N/A', 99]
[98, 97.5]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
>>>>lista = [3,9,3,8,3,7] >>>>lista.pop(3) ¿Qué imprime print(lista)?
[3, 9, 3, 3, 7]
[3, 9, 8, 3, 3]
[3, 8, 3, 3, 7]
[3, 3, 3, 3, 3]
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [9,9,10,8,10,7,7,8,5,9,9,9,5,8,4,5,9,10]
lista2 = lista.copy()
lista.clear()
for i in lista:
if i <= 5:
print("No Aprobado")
"No Aprobado","No Aprobado"
3
4
Nada
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [10,10,8] + [7,7,8] ¿Qué imprime print(lista)?
[10, 10, 8, 7, 7, 8]
[17, 17, 16]
[18, 18, 15]
(10, 10, 8)( 7, 7, 8)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [10,10,8,9,9,8,7,7,8] ¿Qué imprime print(lista.count(8))?
8
7
3
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
lista = [2,2] cuenta = len(lista) ¿Qué imprime ... print(lista * cuenta)?
[4, 4]
[2, 2, 1, 1]
[2, 2, 2, 2]
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
letras = ["A", "B", "C", "D", "E", "F", "G"] ¿Qué imprime letras[0:5] = ["X"]?
['X','F','G']
["X", "x", "x", "x", "x", "F", "G"
['X','X','X','X', "F", "G"]
['X','X', 'F', 'G']
Similar Resources on Quizizz
10 questions
Listas en Python

Quiz
•
5th Grade
10 questions
TIC_EST_Semana_13

Quiz
•
3rd Grade
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Quiz Python

Quiz
•
2nd Grade
12 questions
Python

Quiz
•
1st Grade
10 questions
Python - Operators and Conditional Statement

Quiz
•
3rd - 10th Grade
10 questions
6 сынып PYTHON тілінде программалау

Quiz
•
1st Grade
10 questions
Lệnh print và tạo biến

Quiz
•
4th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
18 questions
Main Idea & Supporting Details

Quiz
•
5th Grade
5 questions
Basement Basketball

Quiz
•
3rd Grade
20 questions
Parts of Speech

Quiz
•
3rd - 6th Grade