Python Coding Midterm Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

How to call a function?

2
New cards

How to return a statement?

3
New cards

When to use if, elif, else?

4
New cards

Modulo %

5
New cards

AND, OR, NOT

6
New cards

Lists are ______ and ______?

7
New cards

.append()

8
New cards

.remove()

9
New cards

.pop()

10
New cards

.sort()

11
New cards

Define pass

acts as a placeholder

12
New cards

Continue

skips the current iteration

13
New cards

Break

exits the loop entirely

14
New cards