Sunday 5 April 2020

Program: print the element of list


numbers = [0,1,2,3,4]

for i in numbers:
   print(i)

No comments:

Post a Comment