+ 1
Please help me to clear errors
limited=raw.split(",") TypeError: a byte object is required, not 'str' Help me to solve soon as possible
1 Odpowiedź
+ 1
Do :
limited = raw.split(b",")
The 'b' specifies that Python must consider it as a bytes object