h = '*.'
g = h*98 + '*'
t=int(raw_input())
if t>=1 and t<100:
l,c = raw_input().split()
l = int(l)
c = int(c)
if 1<=l<100 and 1<=c<100:
for i in range(l):
print g[0:c]
created
last reply
- 6
replies
- 1.1k
views
- 2
users
- 1
link