python:实现密码生成器
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'python'
from random import Random
def codeGenerator(number, codeLength = 8):
print '****
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'python'
from random import Random
def codeGenerator(number, codeLength = 8):
print '****