(def n(read))(dotimes[i(Math/pow 2 n)](dotimes[j n](print(if(bit-test i(- n j 1))\#\.)))(prn))