Home
Explore
Exams
Search for anything
Login
Get started
Home
comp 110
comp 110
0.0
(0)
Rate it
Studied by 0 people
0.0
(0)
Rate it
Call with Kai
Knowt Play
New
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/55
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All Modes
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
56 Terms
View all (56)
Star these 56
1
New cards
function call
function_name(arguments)
2
New cards
create empty list
my_list: list[int] = []
3
New cards
create empty set
my_set: set[int] = set()
4
New cards
create empty dictionary
my_dict: dict[str
5
New cards
6
New cards
access list element by index
my_list[index]
7
New cards
access dictionary value by key
my_dict["key"]
8
New cards
access set elements
for item in my_set:
9
New cards
10
New cards
add value to list
my_list.append(value)
11
New cards
add value to set
my_set.add(value)
12
New cards
add key-value pair to dictionary
my_dict["key"] = value
13
New cards
14
New cards
modify list element
my_list[index] = new_value
15
New cards
modify dictionary value
my_dict["key"] = new_value
16
New cards
17
New cards
increment dictionary value
my_dict["key"] += 1
18
New cards
decrement dictionary value
my_dict["key"] -= 1
19
New cards
increment list value
my_list[index] += 1
20
New cards
decrement list value
my_list[index] -= 1
21
New cards
22
New cards
swap two list elements
my_list[i]
23
New cards
24
New cards
check if value in list
value in my_list
25
New cards
check if key in dictionary
"key" in my_dict
26
New cards
check if value in set
value in my_set
27
New cards
28
New cards
remove value from list
my_list.remove(value)
29
New cards
remove value from set
my_set.remove(value)
30
New cards
remove key from dictionary
my_dict.pop("key")
31
New cards
32
New cards
get length
len(my_list) / len(my_set) / len(my_dict)
33
New cards
34
New cards
loop through list
for item in my_list:
35
New cards
loop through dictionary keys
for key in my_dict:
36
New cards
loop through dictionary items
for key
37
New cards
38
New cards
call method on object
object_name.method_name(arguments)
39
New cards
40
New cards
copy list
new_list = my_list.copy()
41
New cards
copy dictionary
new_dict = my_dict.copy()
42
New cards
copy set
new_set = my_set.copy()
43
New cards
44
New cards
list concatenation
combined = list1 + list2
45
New cards
list slicing
my_list[start:end]
46
New cards
dictionary keys
my_dict.keys()
47
New cards
dictionary values
my_dict.values()
48
New cards
dictionary items
my_dict.items()
49
New cards
50
New cards
create list with values
my_list: list[int] = [1
51
New cards
create set with values
my_set: set[int] = {1
52
New cards
create dictionary with values
my_dict: dict[str
53
New cards
54
New cards
call function on a list argument
function_name(my_list)
55
New cards
call function on a set argument
function_name(my_set)
56
New cards
call function on a dictionary argument
function_name(my_dict)
Explore top notes
Chapter 3: Economic Activity in a Changing World
Updated 1184d ago
Note
Preview
Chapter 15: Textile Fibers
Updated 927d ago
Note
Preview
Earth Science and Biology
Updated 1225d ago
Note
Preview
Freelancing in the Creative Industries
Updated 1066d ago
Note
Preview
Joint Classifications
Updated 1099d ago
Note
Preview
Ch. 33: FDR and the Shadow of War: The Road to World War II
Updated 1227d ago
Note
Preview
Body Systems
Updated 61d ago
Note
Preview
AP Biology Ultimate Guide
Updated 554d ago
Note
Preview
Chapter 3: Economic Activity in a Changing World
Updated 1184d ago
Note
Preview
Chapter 15: Textile Fibers
Updated 927d ago
Note
Preview
Earth Science and Biology
Updated 1225d ago
Note
Preview
Freelancing in the Creative Industries
Updated 1066d ago
Note
Preview
Joint Classifications
Updated 1099d ago
Note
Preview
Ch. 33: FDR and the Shadow of War: The Road to World War II
Updated 1227d ago
Note
Preview
Body Systems
Updated 61d ago
Note
Preview
AP Biology Ultimate Guide
Updated 554d ago
Note
Preview
Explore top flashcards
TONE VOCAB TEST
Updated 316d ago
Flashcards (73)
Preview
Bouwstijlen
Updated 209d ago
Flashcards (83)
Preview
Zoology Root Words Quiz 5
Updated 711d ago
Flashcards (52)
Preview
Unit 1
Updated 905d ago
Flashcards (22)
Preview
Der wichtigste Allgemeinwortschatz
Updated 1067d ago
Flashcards (508)
Preview
rhetorical terms part 2
Updated 621d ago
Flashcards (30)
Preview
MSK II final exam
Updated 549d ago
Flashcards (107)
Preview
Literary Terms to Start the year
Updated 284d ago
Flashcards (41)
Preview
TONE VOCAB TEST
Updated 316d ago
Flashcards (73)
Preview
Bouwstijlen
Updated 209d ago
Flashcards (83)
Preview
Zoology Root Words Quiz 5
Updated 711d ago
Flashcards (52)
Preview
Unit 1
Updated 905d ago
Flashcards (22)
Preview
Der wichtigste Allgemeinwortschatz
Updated 1067d ago
Flashcards (508)
Preview
rhetorical terms part 2
Updated 621d ago
Flashcards (30)
Preview
MSK II final exam
Updated 549d ago
Flashcards (107)
Preview
Literary Terms to Start the year
Updated 284d ago
Flashcards (41)
Preview