Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Grimoire solution in Scary category for Right to Left by bryukh
DARK = "left"
LIGHT = "right"
def darkenisation(holy_text):
grimoire = ",".join(holy_text).replace(LIGHT, DARK)
return grimoire
left_join = lambda _: darkenisation(_)
Oct. 28, 2014
Comments: