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