Please enable JavaScript.
Coggle requires JavaScript to display documents.
python functions (return (return (assign (variable, another function),…
python functions
return
return
value from function
assign
variable
another function
something w/o defining variable type
boolean
print
displays output
''' '''
triple quotes
docstring
explains
function
help functionname
explains function
execute
functioname()
parenthesis
def dogString(myString):
return "dog" in myString
*args
print