Skip to content

Instantly share code, notes, and snippets.

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