for c in range(32,127): if c!=32 and (c-32)%16==0:print print chr(c),