python基础教程 or的简单用法

a=1
b=None
c=None or a
print(c)

posted on 2026-04-21 02:21  漫思  阅读(7)  评论(0)    收藏  举报

导航