script src="http://static.tctip.com/tctip-1.0.0.min.js"> 1 2 3 4
摘要: 1.有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? #有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? number = (1 ,2,3,4) count = 0 for i in number:#for i in range(1,5) fo 阅读全文
posted @ 2019-12-19 22:18 第365号回归者 阅读(3269) 评论(0) 推荐(1)