2018年7月27日

or and 运算符与 pyhton编码

摘要: print(1 or 2) --> 1 print(0 or 3) --> 3 print(1 and 2) --> 2 and与or正好相反 print(1 and 2>3) -->Flase print(1>2 or 0 and 3<6 or 5) --> 5 0 or 5 < 4 -->Fal 阅读全文

posted @ 2018-07-27 21:10 _AlexWang 阅读(382) 评论(0) 推荐(0)

字符串的方法

摘要: https://www.cnblogs.com/fyknight/p/7895894.html#_lab2_0_0 复制粘贴链接 有你想要的 阅读全文

posted @ 2018-07-27 15:31 _AlexWang 阅读(153) 评论(0) 推荐(0)

导航