Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 24, 2021 12:32
Embed
What would you like to do?
a = "Aman Kharwal"
for i in a:
print(i)
a = list(range(10))
for i in a:
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment