Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
Data Structures
Dictionary {}
Value pair could be lists
Add + Subtract Value Pairs
List []
Range
Create Integeres with Step 1
Insert
Extend
Add as indvidual element
Append
Sets
Unordered Lists, which are unique {}
List to Set > set()
add()
Tuple ()
Immutable Lists
Numbers
Int
Float
Power
Data Types
Single Data Type
Int
Float
Bool
String
Complex
Everything in Python is an Object
Multiple Data Types
Tuple
List
Set
Dict
Conditionals
if :
elif :check:
else :check:
String
Slicing
Interpolation