problem with generating combinations of a list imported from a txt file

后端 未结 0 1251
灰色年华
灰色年华 2021-02-05 16:51

The code:

def title():

    print("Importing keywords...")
    sleep(0.5)
    file = open(\'keywords.txt\', \'r\')
    keywords = file.readlines()
    f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题