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
Aleatorios y funciones

Quiz
•
4th Grade
10 questions
PYTHON (FOR LOOP)

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

Quiz
•
1st - 12th Grade
10 questions
9-сынып. Python массив.

Quiz
•
1st - 9th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
9 questions
Python Conditional Statements Quiz

Quiz
•
1st - 5th Grade
9 questions
Python

Quiz
•
3rd Grade
10 questions
Introdução à Programação: Estrutura de Repetição

Quiz
•
1st Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
Discover more resources for Computers
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
10 questions
Comparing Decimals

Quiz
•
5th Grade
10 questions
Identifying equations

Quiz
•
KG - University
15 questions
Multiplication Facts

Quiz
•
4th Grade
46 questions
Math Review EOG

Quiz
•
4th Grade
20 questions
Soil and Erosion Review

Quiz
•
3rd Grade