Python Cheetsheet Flashcards
study cheatsheet
What are the 5 python base types?
integer, float, boolean, string, bytes
What are the base types?
What are the container types?
What are the identifiers?
How does variable assignment work?
How do Python Conversions work?
How do you sequence containers with indexing?
How does Boolean Logic work?
How do Statements Blocks work?
How does Modules/Import naming work?
What are the Maths basics?
How do conditional statements work?
How do Exceptions on Errors work?
How does Conditional Loop Statements work?
How do Iterative Loop Statements work?
How does Display/Input work?
What are Generic Operations on Containers?
What are Operations on Lists?
What are Operations on Dictionaries?
What are Operations on Sets?
What are Operations on Files
What are Integer Sequences w/ Range
How do function definitions work?
How do function calls work?
What are Operations on Strings?
How does formatting work?
Which container types are ordered sequences?
list [1,5,9]