Example 1: generate random string python import string import random length=5 #python2 randomstr = ''.join(random.sample(string.ascii_letters+string.digits, ...
確定! 回上一頁