会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
fanren224
博客园
首页
新随笔
管理
2017年5月11日
python3 .format()函数
摘要: Python 3.5.2实验>>> print('{0},{1}'.format('kzc',18) )kzc,18>>> print('{},{}'.format('kzc',18))kzc,1...
阅读全文
posted @ 2017-05-11 15:10 fanren224
阅读(274)
评论(0)
推荐(0)
编辑
用python设计猜大小的游戏
摘要: import randomdef roll_dice(numbers = 3,points = None): print("------摇骰子------") if points is...
阅读全文
posted @ 2017-05-11 14:25 fanren224
阅读(332)
评论(0)
推荐(0)
编辑