"输入哪个选项中的代码不能打印出九九乘法表?\n\nfor i in range(1,10):#第一行\n for j in range(1,10): #第二行\n if j<=i: #第三行\n ___________#第四行\n print('')\n内容:选项1: print(i*j, end=" ") \n选项2: print(j*i, end=" ") \n选项3: print(i*j, end="") \n选项4: print(j*i, end="") \n\n选项3: print(i*j, end="") 不能打印出九九乘法表。\n\n

Python 九九乘法表代码错误分析 - 哪个选项无法打印?

原文地址: https://www.cveoy.top/t/topic/p0Ne 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录