Python Pattern Program #6

1

Python Pattern Program #6

Source Code:

n=int(input("Enter the number of rows: "))
for i in range(1,n+1):
    for j in range(1,n+1):
        print(n+1-j,end=" ")
    print()   



 

Post a Comment

1Comments
  1. Hey what a brilliant post I have come across and believe me I have been searching out for Great article by the great author, it is very massive and informative but still preaches the way to sounds like that it has some beautiful thoughts described so I really appreciate this article. Best artificial intelligence course in hyderabad service provider.

    ReplyDelete
Post a Comment