摘要: name="陈鸿博"if "陈" in name: print("yes")else: print("no!") name="陈鸿博"if "陈" not in name: print("yes")else: print("no!") in/not in 判断在不在里面Ctrl+? 统一作注释数字字 阅读全文
posted @ 2020-04-17 09:57 质料 阅读(83) 评论(0) 推荐(0)