fork download
  1. l = [i for i in input().split()]
  2. for i in l:
  3. print(i[0]*int(i[1]))
Success #stdin #stdout 0.02s 9284KB
stdin
e5 d2 h3
stdout
eeeee
dd
hhh