Skip to content

Instantly share code, notes, and snippets.

@ayush3298
Created February 4, 2019 09:11
Show Gist options
  • Select an option

  • Save ayush3298/e42f1dbb759a2cdb9ba097e7537d07a5 to your computer and use it in GitHub Desktop.

Select an option

Save ayush3298/e42f1dbb759a2cdb9ba097e7537d07a5 to your computer and use it in GitHub Desktop.
books = [
"book1",
"book2",
"book3",
"book4",
"book5"
]
for book in books:
print(book)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment