司马吹风
python 九九乘法表 for循环
阅读 113
2022-12-19
for i in range(1,10): j = 1 while j <= i: print(f"{j}*{i}={i * j}", end=" ") j += 1 print("")
相关推荐
月孛星君
python for循环 打印九九乘法表
以沫的窝
Python九九乘法表
_鱼与渔_
python通过for循环打印九九乘法表
止止_8fc8
九九乘法表
elvinyang
输出九九乘法表
椰果玩安卓
python实现九九乘法表
心如止水_c736
python函数:九九乘法表
就是耍帅
PYTHON实现九九乘法表
萧萧雨潇潇
Python实现九九乘法表
萨摩斯加士奇
Python打印九九乘法表
精彩评论(0)