摘要: 本练习为复习python的符号和关键字 关键字有: #and or False True print(1==0 and 2==0, 1==0 or 2==0) print(False) print(True)输出: False FalseFalseTrue lists = ['1', '2', 'a 阅读全文
posted @ 2020-12-02 17:00 cdan134 阅读(57) 评论(0) 推荐(0)