Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python (Data Types (Numbers (Integers, Floats, Complex), Collections…
Python
Data Types
Boolean
True
False
String
Numbers
Integers
Floats
Complex
Collections
Mutable
Lists [ ]
Dictionaries { }
Immutable
Tuples ( )
Mathematical
Sets (
set( )
)
Flow Control
for
while
if
try
Operations
Logic
and
or
not
Arithmetic
' - ' minus
' * ' multiply
' + ' add
% modulo
/ divide
Comparison
' > ' greater than
' < ' less than
!= not equal to
' >= ' greater than or equal to
== equal to
' <= ' less than or equal to