def fun(n): s = '' for i in range(n): tmp = [' '] * (2*n-1) j = 2*n-2-i &...