Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created March 3, 2021 01:08
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/80384f43aeb2335bedf6d17c0515f499 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/80384f43aeb2335bedf6d17c0515f499 to your computer and use it in GitHub Desktop.
#unpacking range object
a,b=range(0,2)
print (a) #Output :0
print (b) #Output: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment