利用Python生成隨機4位驗證碼

"""            做者:白            時間:2018年1月8日            功能: 生成隨機4位驗證碼(必須由兩個2字母和2個數字組成) """ import  random def main():     list_num = [1,2,3,4,5,6,7,8,9,0]     list_str = ['a','b','c','d','e','f','g','
相關文章
相關標籤/搜索