print(age > 15 and name == 'egon')
print(age > 15 or name != 'egon')
print(not age > 15)
大量免费学习推荐,敬请访问 python教程(视频)
以上就是python必背内容有哪些的详细内容!
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did78329
python必背内容有哪些
阅读:35次