会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
琳淼
博客园
首页
新随笔
联系
管理
订阅
2020年1月26日
python 运算符 取余 取商 in not in
摘要: #运算符sum = 9//2 #取商print(sum)sum = 9%2 #取余print(sum) #inname1 = '小林'name2 = '林倩'if '林' in name1: print('名字包含林')# not inif '清' not in name2: print('名字不包
阅读全文
posted @ 2020-01-26 21:03 琳淼
阅读(2581)
评论(0)
推荐(0)
编辑
公告