需求随机生成定长的大写字母和数字组合。实现#!/usr/bin/env python# -*- coding:utf-8 -*-import randomdef getRandomSet(bits): num_set = [chr(i...