Evgeniy Ivanov <a...@yandex.ru> added the comment:

or another example:

def my_func(x):
 something_do....


my_func(x) if x > 100 else <no call this function>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45456>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to