import itertools mylist=("".join(x) for x in itertools.product("24568",repeat=6)) while True: # print(next(mylist)) txt = open('abc.txt' ...
確定! 回上一頁