简单的金字塔图案 # Python 3.x打印图案# 构建方程def pypart(n): # 外部循环处理行for i in range(0, n): # 内部循环处理列for j in range(0, ...
確定! 回上一頁