Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created March 6, 2021 21:21
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/682fa3b4101b29ce57b5a44607ef9b8e to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/682fa3b4101b29ce57b5a44607ef9b8e to your computer and use it in GitHub Desktop.
even=[2,4,6,8]
odd=[1,3,5,7,9]
num= *even,*odd
print (num)
#Output:(2, 4, 6, 8, 1, 3, 5, 7, 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment