Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 17, 2020 02:19
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/218fecacfb7bc3c1a6eb93eb6e76bcdd to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/218fecacfb7bc3c1a6eb93eb6e76bcdd to your computer and use it in GitHub Desktop.
t1=(1,2,3)
t2=t1,4,5,6
print (t2)#Output:((1, 2, 3), 4, 5, 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment