fork download
  1. wys = int(input())
  2. sze = int(input())
  3. print((sze * "*" + '\n') * wys)
Success #stdin #stdout 0.03s 9812KB
stdin
11
5
stdout
*****
*****
*****
*****
*****
*****
*****
*****
*****
*****
*****