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