Код: Выделить всё
def do_something(calculate):
if calculate == something expected:
do this
elif calculate not sent to function:
do that
Подробнее здесь: https://stackoverflow.com/questions/550 ... -in-python
Код: Выделить всё
def do_something(calculate):
if calculate == something expected:
do this
elif calculate not sent to function:
do that