<시간/> Python에서는 원하는 결과를 제공합니다. >>> var = "aaa\\bbb\\ccc and ddd\\eee" >>> var.split('\\') ['aaa', 'bbb', 'ccc and ddd', 'eee']