热门标签
更多>
搜索结果
查询Tags标签: 京牌,共有 2条记录-
python编写随机抽取京牌
# -*- coding:utf-8 -*- # __author__ = "林深见鹿海蓝见鲸"# ③随机20个京牌 import string import randomcar_list = [] begin = "京" count = 0 while count<3:# count+=1for i in range(20):# print(i)one_number = random.choice(string.asci…
2021/11/28 1:11:56 人评论 次浏览 -
python编写随机抽取京牌
# -*- coding:utf-8 -*- # __author__ = "林深见鹿海蓝见鲸"# ③随机20个京牌 import string import randomcar_list = [] begin = "京" count = 0 while count<3:# count+=1for i in range(20):# print(i)one_number = random.choice(string.asci…
2021/11/28 1:11:56 人评论 次浏览