Python For Loop

student = ["Emon", "Minhaz", "Jamal"]
for x in student:
   print(x)

Comments

Post a Comment

Popular posts from this blog

Basic Web Design with HTML and CSS

Project Web Design Assignment