fork download
  1. a = "i.like.you"
  2. a = a.split(".")
  3. print(".".join(a[-1::-1]))
Success #stdin #stdout 0.02s 9208KB
stdin
Standard input is empty
stdout
you.like.i