Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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