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: "))