Python Try - Except Statement Not Working?

后端 未结 0 1739
终归单人心
终归单人心 2021-02-07 10:15

I have the following code:

for a in range(0,len(my_list),1):
        
        url = "panda"

        try:
                page = urllib.request.urlopen(         


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