练习内容:判断多个坐标是否在同一条直线上 代码演示视频 完整代码和注释如下 def multi_table(n):num=n+1for y in range(1,num):#每行for x in range(1,y+1):#每列value='{}x{}={}'.……