Python Cheetsheet Flashcards
study cheatsheet
1
Q
What are the 5 python base types?
A
integer, float, boolean, string, bytes
2
Q
What are the base types?
A
3
Q
What are the container types?
A
4
Q
What are the identifiers?
A
5
Q
How does variable assignment work?
A
6
Q
How do Python Conversions work?
A
7
Q
How do you sequence containers with indexing?
A
8
Q
How does Boolean Logic work?
A
9
Q
How do Statements Blocks work?
A
10
Q
How does Modules/Import naming work?
A
11
Q
What are the Maths basics?
A
12
Q
How do conditional statements work?
A
13
Q
How do Exceptions on Errors work?
A
14
Q
How does Conditional Loop Statements work?
A
15
Q
How do Iterative Loop Statements work?
A