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

this wrong example

now i'm use this
x += x*2 if math.pow(x) > 386 else ''

wanted to say that doing this now

my_func(x) if x > 100 else ''

----------

_______________________________________
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