Skip to content

Instantly share code, notes, and snippets.

@Vasanth375
Last active January 21, 2023 15:16
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 Vasanth375/9a87043666de0a878f9f32afe749f326 to your computer and use it in GitHub Desktop.
Save Vasanth375/9a87043666de0a878f9f32afe749f326 to your computer and use it in GitHub Desktop.
my_list = [1, 2, 3]
dir(my_list)
# ['append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment