num = int ( input ( "Enter no of rows: " )) #num=3 for i in range ( 1 , num + 1 ): #1,2,3 for j in range ( 1 , i + 1 )...
Search This Blog
Showing posts with label patterns. Show all posts
Showing posts with label patterns. Show all posts