# Pastebin W6FVhm2t def test(): lines = 'รค'.split("\n") buffer = lines[0] s = [x for x in buffer] assert len(s) == 1 test()