gpt4 book ai didi

python - 将一行 "if else"语句分成多行

转载 作者:行者123 更新时间:2023-11-28 22:33:36 25 4
gpt4 key购买 nike

<分区>

我想破解这段代码:

ex = func(object) if not self.is_object() else foo()

到多行(pep 8)。最好的方法是什么?我想过这个:

ex = func(object) \
if not self.is_object() \
else foo()

但这看起来有点难看,而且不是很整洁。还有别的办法吗?

编辑:这不同于仅仅将一行分成多行,因为这是一个特殊的“expression if stmnt else stmnt”,而不仅仅是破坏任何 python 代码。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com