Home
Explore
Exams
Search for anything
Login
Get started
Home
Python Exam 2 Conceptual Review Session
Python Exam 2 Conceptual Review Session
0.0
(0)
Rate it
Studied by 2 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/32
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
33 Terms
View all (33)
Star these 33
1
New cards
What method can be called on a list to add an item?
.append()
2
New cards
Which datatype is accessed with the .items() method?
dict
3
New cards
What characteristic means that elements can be changed in a datatype?
Mutable
4
New cards
Are tuples indexed?
YES
5
New cards
Which datatype is known to be ordered?
List
6
New cards
What method counts the occurrences of an item in a tuple?
.count(item)
7
New cards
What will myList[0] return if myList = [1,2,3]?
1
8
New cards
Are dictionary keys mutable?
NO
9
New cards
How do you access a value in a dictionary?
By using the key, e.g., myDict[key]
10
New cards
What method can be called on a string to remove whitespace?
.strip(chars)
11
New cards
What does the .split() method do in Python?
Splits a string into a list based on a separator.
12
New cards
What will be the return value of sorted() when a list is passed?
A sorted list without modifying the original.
13
New cards
How do you check if an item is in a list?
Using the 'in' keyword.
14
New cards
What is the primary way to add an item to a list?
.append()
15
New cards
What is the output of the statement myList.reverse()?
None; it modifies the original list.
16
New cards
What occurs if you attempt to call index on a value not found in a list?
An error is thrown.
17
New cards
Are dictionary values mutable?
YES
18
New cards
What does tuple unpacking allow you to do?
Assign variables to values directly from a tuple.
19
New cards
What will 'del myList[0]' do?
Delete the first element of myList.
20
New cards
What does the random module's .random() function return?
A random float between [0,1).
21
New cards
Which method returns the index of an item in a tuple?
.index(item)
22
New cards
What happens in tuple packing?
Values are packed into the tuple.
23
New cards
How are dictionaries used to count letter occurrences?
By incrementing the count for each letter in a looping structure.
24
New cards
What is the significance of using the import statement before a module?
It allows access to the functions and variables defined in that module.
25
New cards
What happens when you try to add duplicate keys to a dictionary?
Only the last assignment to the key will be kept.
26
New cards
What is unique about the elements in a dictionary?
Keys must be unique.
27
New cards
What is a key characteristic of lists in Python?
They are mutable.
28
New cards
What will myTuple[0] return if myTuple = (1,2,3)?
1
29
New cards
What does the range function return?
A sequence of numbers in a specified range.
30
New cards
To mutate items in a tuple, what must be done?
You must create a new tuple.
31
New cards
What is the purpose of the .replace() method in strings?
To return a new string with specified substrings replaced.
32
New cards
What are the characteristics of a dictionary?
Keys are unique and values can be mutable.
33
New cards
How to check if two items are identical?
Use '==' operator.
Explore top notes
Chapter 3 - Scales, Keys, and Modes
Updated 782d ago
Note
Preview
19 Polymers
Updated 1017d ago
Note
Preview
Environmental Pollution and Management
Updated 1017d ago
Note
Preview
Chapter 16: Energy Sources
Updated 736d ago
Note
Preview
Echinoderms
Updated 769d ago
Note
Preview
4.17 The Early Romantics
Updated 905d ago
Note
Preview
Unit III - Interest Group Notes
Updated 854d ago
Note
Preview
Chapter 1 - Classifying Organic Compounds
Updated 1142d ago
Note
Preview
Explore top flashcards
APAH Slide ID's 250 Master Set
Updated 400d ago
Flashcards (277)
Preview
Structure + Function Med bio
Updated 610d ago
Flashcards (24)
Preview
intro to business ch 6-10
Updated 810d ago
Flashcards (117)
Preview
Genesis 25-31 Test
Updated 927d ago
Flashcards (44)
Preview
Faith and Reason - Faith, Revelation, Reason
Updated 128d ago
Flashcards (63)
Preview
Learning (AP PSYCH)
Updated 416d ago
Flashcards (46)
Preview
8SS midterm
Updated 477d ago
Flashcards (51)
Preview
Spanish 3H Semester 2 Vocab
Updated 1d ago
Flashcards (270)
Preview