The code's output:

Python 12 Sat

Quiz
•
Computers
•
12th Grade
•
Hard
rofaida hamad
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Math
Physics
Chemistry
English
4
3.8
3.6
3.7
None
None
None
None
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The output of the code is
[101, 102, 103, 104]
[3.6, 3.7, 3.8, 4]
[104,103,102,101]
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following code deletes the key 103 and its value
del grades[103]
del grades["103"]
grades.pop(103)
grades.pop("103")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
_______________method will returns number of key-value pairs in the given dictionary.
len( )
pop( )
del( )
keys( )
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Which of these is the best description of a list in Python?
A list is a collection of data that has an order and can be changed
A list is a lot of variables
Conditional Statement
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct code for creating a list of names?
nameList = John, Harry, Jesse, John, Harry, Harry
nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List items have an index number. In the following list, which item has the index number of 3?
["John", "Harry", "Jesse", "John", "Harry", "Harry"]
"John"
"Harry"
"Jesse"
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
20 questions
AP CSP Unit 6

Quiz
•
10th - 12th Grade
16 questions
Python List Comprehensions Quiz

Quiz
•
12th Grade
15 questions
Javascript

Quiz
•
10th - 12th Grade
15 questions
HTML

Quiz
•
9th - 12th Grade
15 questions
Python Lists

Quiz
•
10th - 12th Grade
20 questions
Python list, if

Quiz
•
6th - 12th Grade
25 questions
Final Exam P2Q2

Quiz
•
12th Grade
Popular Resources on Wayground
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