PRACTICE CODE SNIPPETS

PRACTICE CODE SNIPPETS

Search This Blog

Showing posts with label python. Show all posts
Showing posts with label python. 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 -...

Tuesday, August 16, 2022

  fruits =[ "apple" , "banana" , "cherry" ] for x in fruits :     print ( x ) for x in "banana...

Monday, August 8, 2022

Sunday, April 17, 2016