先理解旋轉部分嘗試畫出部分釋義圖大概就OK
如果PYTHON最後時候要要輸出時可以用
for row in range(B): print(*row) 這會比一般使用的
for row in B:
print(" ".join(map(str, row)))