Please enable JavaScript.
Coggle requires JavaScript to display documents.
values and variables, 2021/JAN 13, x - Coggle Diagram
values and variables
has a type
immutable
float
operators
+, -, /,
, *
int
str
in quotations ' ', " "
indexed/position from 0
concatenate/join using +
methods
bool
true or false
operators
==, !=, <, >, <=, >=
and, or, not
mutable
list
conversion
ex: str(int)
values
in memory
variables
later access
start with letter
case sensitive
can't use python keywords
use meaningful variables
reference
aliasing
2021/JAN 13
cmput 175 more review
x