fork(28) download
  1. f=lambda e:"(".join(e)+")"*~-len(e)
  2. print f("Nest")
Success #stdin #stdout 0s 9024KB
stdin
Standard input is empty
stdout
N(e(s(t)))