Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created May 4, 2020 11:38
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 Celia-code/134effa5cf2dca0b88645b2eeecc1d58 to your computer and use it in GitHub Desktop.
Save Celia-code/134effa5cf2dca0b88645b2eeecc1d58 to your computer and use it in GitHub Desktop.
元組
aTuple = ('a', 'b', 'c')
print(aTuple.index('a'))
# 打印出 'a'索引值為 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment