我们来用python写一个密码生成器,用random随机从a-z挑选,实现随机数第一版: # cat pass1.py #!/usr/bin/env python # import random alphabet ...