摘要: 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) 编辑
摘要: import randomdef roll_dice(numbers = 3,points = None): print("------摇骰子------") if points is... 阅读全文
posted @ 2017-05-11 14:25 fanren224 阅读(332) 评论(0) 推荐(0) 编辑