摘要: Python 生成随机数、随机字符串#!/usr/bin/python # -*- coding: UTF-8 -*- import random import string # 随机整数: print random.randint(1,50) # 随机选取0到100间的偶数: print rand 阅读全文
posted @ 2019-08-26 22:11 QQmini 阅读(178) 评论(0) 推荐(0) 编辑