Fork me on GitHub
  2019年12月13日
摘要: # random# import random# random.random() # 大于0且小于1之间的小数# random.randint() # 大于等于1且小于等于3之间的整数# random.randrange() # 大于等于1且小于3之间的整数# random.choice([1,'2 阅读全文
posted @ 2019-12-13 20:53 OBOS 阅读(343) 评论(0) 推荐(0)