a = [3, 5, 1, 0, 2] b = ["a", "c", "x", "y"]
#1 What is the output of print( a[2])?
Unit 6 practice Lists, no loops
Quiz
•
Computers
•
12th Grade
•
Easy
Mrs. Mosier
Used 4+ times
FREE Resource
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a = [3, 5, 1, 0, 2] b = ["a", "c", "x", "y"]
#1 What is the output of print( a[2])?
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a[0] = a[1]
print(a)
Use square brackets and NO spaces.
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b[3] = "w"
print(b)
Use square brackets and NO spaces, Use QUOTES
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b.append("m")
print(b)
Use square brackets and NO spaces, Use QUOTES
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.pop(2)
print(a)
Use square brackets and NO spaces.
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.remove(0)
print(a)
Use square brackets and NO spaces.
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
val = b.index("c")
print(val)
16 questions
Javascript Basics
Quiz
•
9th - 12th Grade
10 questions
HTML Introduction
Quiz
•
3rd Grade - Professio...
10 questions
AP CSA Unit 1 & 2 Review
Quiz
•
9th - 12th Grade
10 questions
Warm Up - CAI711
Quiz
•
11th - 12th Grade
15 questions
HTML CSS JS Review
Quiz
•
12th Grade
10 questions
Study Guide - More Advanced Java
Quiz
•
11th - 12th Grade
16 questions
Python Review
Quiz
•
9th - 12th Grade
15 questions
Python Revision Tour - I
Quiz
•
12th Grade
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade