Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created May 4, 2020 11:38
Embed
What would you like to do?
元組
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