fork download
  1. a=int(input())
  2. i=0
  3. while i<10:
  4. print(a,end="")
  5. i=i+1
Success #stdin #stdout 0.02s 9200KB
stdin
4
stdout
4444444444