Pythonic

Pythonic

文章 18 浏览 180

这段代码如何pythonic?

查询数据库所有id在list里的文章,加入article_list. article_list = [] for i in range(0, len(list)): cur.execute('select * from articles where…

花辞树 2022-09-03 13:18:25 14 0

对于条件分支很多的情况,有没有更Pythonic的写法

比如五个条件A/B/C/D/E,会有32种情况 if A and B and C and D and E: do_one() elif A and B and C and D and not E: do_two() elif A and B and C …

鹤舞 2022-09-02 14:32:58 13 0
更多

推荐作者

烙印

文章 0 评论 0

singlesman

文章 0 评论 0

独孤求败

文章 0 评论 0

晨钟暮鼓

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文