Python list index out of range but should not be?

后端 未结 0 1374
既然无缘
既然无缘 2021-02-20 16:22

I receive some data using recv() which I decode() then split() by exactly two spaces.

I have something like the following:

data = c.recv(1024).decode()
lis         


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