fork(1) download
  1. s = input().strip()
  2. print(*s.partition('.')[::-1], sep='')
  3.  
Success #stdin #stdout 0.02s 28384KB
stdin
543.210
stdout
210.543