Print Pascal's Triangle in Python properly

后端 未结 0 1120
醉酒成梦
醉酒成梦 2020-12-22 11:24

I have coded a Pascal\'s Triangle program in Python but the triangle is printing as a right angled triangle

n=int(input("Enter the no. of rows: "))
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题