
Understanding Python Lists and More

Quiz
•
Computers
•
12th Grade
•
Hard
David Hunt
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to create a list in Python?
`my_list = (1, 2, 3, 4)`
`my_list = [1, 2, 3, 4]`
`my_list = {1, 2, 3, 4}`
`my_list = "1, 2, 3, 4"`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? ```python my_tuple = (10, 20, 30) print(my_tuple[1]) ```
`10`
`20`
`30`
`1`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about Python dictionaries is true?
Dictionaries are ordered collections of values.
Dictionaries store data as key-value pairs.
Dictionaries can only have integer keys.
Dictionaries are created using square brackets.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the value of `result` after executing the following code? ```python numbers = [2, 4, 6, 8] result = numbers[2] + numbers[0] ```
`6`
`8`
`10`
`12`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to write a for loop that prints each item in a list called `fruits`?
`for fruit in fruits: print(fruit)`
`for fruit of fruits: print(fruit)`
`for (fruit; fruits): print(fruit)`
`for fruit to fruits: print(fruit)`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? ```python my_dict = {'apple': 3, 'banana': 5} print(my_dict['banana']) ```
`3`
`5`
`'banana'`
`None`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about tuples is correct?
Tuples are mutable.
Tuples can contain elements of different data types.
Tuples are created using curly braces.
Tuples cannot be indexed.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
10 questions
Conditional statements in python

Quiz
•
11th - 12th Grade
12 questions
Python Operators

Quiz
•
12th Grade
15 questions
Section 3D: Collect and process data using dictionaries

Quiz
•
12th Grade
13 questions
Fundamentals of Python

Quiz
•
9th - 12th Grade
15 questions
Exploring Python Fundamentals

Quiz
•
12th Grade - University
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
10 questions
Python List Mastery

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade