Skip to content

Instantly share code, notes, and snippets.

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