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