我目前正在努力寻找一种方法,将我的for循环转换为一组良好的while循环,并使用一个有效的if statement来创建一个乘法表,如下所示:有什么建议或建议吗?我使用的是python 3.6。这就是我用来创建上面提到的乘法表的for循环,我如何将它转换成一个工作的nested while loopfor row in range (1,13):
int (number) *int (b)我希望程序要求一个数字,然后打印它的乘法表000\Documents\School\Lutterworth\Computing\Documents_-_-___________---________---______-_-_-_-__-__\Python\Python manual tasks.py", line 21, in