Python Lists

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

3 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of these pieces of code would return the name "Harry" from the following list?
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
Options:
nameList() ,
nameList[1] ,
NameList(4) ,
nameList["4"]
Back
nameList[1]
2.
FLASHCARD QUESTION
Front
The list needs one more name added to the end - "Felipe". Which piece of code below would do this?
nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
Options:
nameList.append(Felipe),
append(nameList,"Felipe"),
nameList.append["Felipe",7],
nameList.append("Felipe")
Back
nameList.append("Felipe")
3.
FLASHCARD QUESTION
Front
To insert the string "strawberries" in the first position of a list we use
Back
fruit.insert(0, "strawberries")
Similar Resources on Wayground
10 questions
Felipe Alou

Flashcard
•
12th Grade
11 questions
Vocab Set #3 - Time 2 Check for Understanding

Flashcard
•
9th - 10th Grade
9 questions
Python Programming Basics Flashcard

Flashcard
•
12th Grade
5 questions
flashcard

Flashcard
•
12th Grade
5 questions
File Systems, Drives, and Disk Defragmentation

Flashcard
•
9th - 12th Grade
10 questions
Code.org CSP Unit 5 Lists

Flashcard
•
9th - 12th Grade
12 questions
Code.org - Unit 6 Lists, Loops, and Traversals

Flashcard
•
10th Grade - University
11 questions
Website Design: Beginning A Website

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade