I\'m just learning python and confused when a \"def\" of a function ends?
I see code samples like:
def myfunc(a=4,b=6): sum = a + b return su
It uses indentation
def func(): funcbody if cond: ifbody outofif outof_func