fork download
  1. s=input()
  2. print(s.rjust(8))
Success #stdin #stdout 0.04s 9796KB
stdin
PPPPP
stdout
   PPPPP