Skip to content

Instantly share code, notes, and snippets.

@leangaurav
Created May 16, 2019 15:39
Show Gist options
  • Save leangaurav/2df450bb6fa040ac71546779a36ec59b to your computer and use it in GitHub Desktop.
Save leangaurav/2df450bb6fa040ac71546779a36ec59b to your computer and use it in GitHub Desktop.
A = [ 1 ,2 ,3 ,4 ] # list
A = ( 1 ,2 ,3 ,4 ) # tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment