i=input().find('T') d=-1 while 1:print([' '*d+'*'*(i-d+1),' '*i+'*'][d<0]);d=input().find('K')