Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 16, 2020 03:42
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 IndhumathyChelliah/cd9abf7ceaba8e4cb73abd2147ea56f4 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/cd9abf7ceaba8e4cb73abd2147ea56f4 to your computer and use it in GitHub Desktop.
t=('red','blue','green','red')
for i in t:
print (i)
'''
Output:
red
blue
green
red
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment