python基本语法练习实例 1、打印九九乘法表 只打印结果 for i in range(1,10): for j in range(1,i+1): print(i*j, python编程 2022-04-08 246 点赞 3 评论 372 浏览