2.Print list value through function and loop

 


def check(catchlist):

    j=int(0)

    i=int(0)

    for i in range(0,len(catchlist)):

        print(catchlist[i])

        


list=[1,2,3,4,5,6,7,9,12]


check(list)

Comments

Popular posts from this blog

D WEB LINK