乘法表主要靠两个for循环嵌套实现,

def main():
    for i in range(1,10):
        for y in range(1,10):
            print('{}*{}={}'.format(i.j),end= '\t ')
        print()

以下是%s跟str.format的不同用法
https://zhuanlan.zhihu.com/p/33923344

最后修改:2020 年 10 月 11 日
如果觉得我的文章对你有用,请随意赞赏