Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created September 7, 2022 18:39
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 pranjalAI/8ab898b3053053aed1d23b604b5ca7ba to your computer and use it in GitHub Desktop.
Save pranjalAI/8ab898b3053053aed1d23b604b5ca7ba to your computer and use it in GitHub Desktop.
mylst = [10,20,30]
a,b,c = mylst
print(c, a, b )
print(a, c, b )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment