九九乘法表有四种展现形式
1.左下三角形:
方法1:for...for循环实现
for i in range(1, 10):for j in range(1, i 1):print(f{j}* {i}{i*j} , end\t)print()
详解方法1的实现过程:
for循环用于遍历,遍历几次输出几次
range(…
在Status状态栏中的出现Out of date shapes问题解决方式
Tools->reports->shape dynamic state. 查看状态: Layer TOP State: Smooth Point on shape: (-3727.00 -1420.00) Net: VDD5V State: No Etch Point on shape: (2217.00 -417.00) Net: GND Stat…