Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 24, 2021 12:32
Show Gist options
  • Save amankharwal/760ccdf05c4b5c4910603f67aa4bfc5f to your computer and use it in GitHub Desktop.
Save amankharwal/760ccdf05c4b5c4910603f67aa4bfc5f to your computer and use it in GitHub Desktop.
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