会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xusuns
博客园
首页
新随笔
联系
订阅
管理
2017年11月29日
九九乘法表
摘要: 就是把输出变了一下,原来比以前想像的要简单 1 line=9 2 while line<=9 and line>0: plie=1 3 while plie<=line 4 print(int(plie),'*',int(line),'=',int(plie*line),end='\t') 5 #要
阅读全文
posted @ 2017-11-29 09:01 xusuns
阅读(199)
评论(1)
推荐(0)
编辑
公告