PRACTICE CODE SNIPPETS

PRACTICE CODE SNIPPETS

Search This Blog

Showing posts with label star pattern. Show all posts
Showing posts with label star pattern. Show all posts

Monday, August 22, 2022

  num = int ( input ( "enter no of rows: " )) #5 k = 1 for i in range ( num ): #0,1,2,3,4     for j in range ( 0 , num - i -...