标签:span bsp orm format div and rand col import
1 """ 2 体彩七位数 3 4 Date:2018-10-20 5 """ 6 import random 7 for i in range(1, 6): 8 print("第{0}注:{1:0>7d}".format(i, random.randint(0, 9999999)))
标签:span bsp orm format div and rand col import
原文地址:https://www.cnblogs.com/2018jason/p/9820610.html