Import re #引入了正則表達式。
passwd_lst=[]
regex = re . compile("([0-9]+[a-zA-Z]+|[a-zA-Z]+[0-9]+)[0-9a-zA-Z]* ")
當不是問題成功時:
while(len(passwd _ lst)& lt;密碼長度):
........
if len(regex . find all(passwd _ lst))= = 0:?
isSuccess = False
else:is success = True;
返回......
我希望省略號和以前壹樣。
這段話的意思是,滿足條件就返回字符串,不滿足條件就繼續生成,直到成功。