Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Japanese solution in Scary category for Right to Left by Sim0000
# coding: utf-8
左 = 'left'
右 = 'right'
点 = ','
置換 = str.replace
合併 = str.join
left_join = lambda 文:置換(合併(点, 文), 右, 左)
Aug. 18, 2016
Comments: