Please enable JavaScript.
Coggle requires JavaScript to display documents.
python, python (basic (logic operators (used to combine conditional…
python
python
basic
logic operators (used to combine conditional statement)
and
or
not
membership operators (test if a sequence is presented in an obj)
in
not in
identity operators (used to compare obj)
is
is not
built-in constant
False
True
None
string
formatting
how to insert variable value to a string
.split('.')
method
separate a string to 2 variables
.split('.')
use dictionary as switch case