Python Pattern Program #3 April 15, 2020 Get link Facebook Twitter Pinterest Email Other Apps Python Pattern Program #3 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(j,end=" ") print() Comments Tech di Help15 April 2020 at 10:28nice programReplyDeleteRepliesProgrammer Fect15 April 2020 at 10:36thank youDeleteRepliesReplyReplyAdd commentLoad more... Post a Comment
nice program
ReplyDeletethank you
Delete