I wanted to see if the two strings are the same or not but why is the text not printing at all??? Python

前端 未结 0 927
深忆病人
深忆病人 2021-02-19 20:00

Okay so the code is here:

urls = [\'https://www.youtube.com/watch?v=LN4oluL1e_g\']

for words in urls:
    for a in open(\'logs.txt\', \'r\').readlines():
                


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