Skip to content

Instantly share code, notes, and snippets.

@essamamdani
Created May 11, 2020 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essamamdani/cc65b3c4e7e954c711fc9fea5eaa7798 to your computer and use it in GitHub Desktop.
Save essamamdani/cc65b3c4e7e954c711fc9fea5eaa7798 to your computer and use it in GitHub Desktop.
lst1 = [1,2,3,4,5]
for x in lst1:
print (x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment