Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Last active May 11, 2020 02:18
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/a469394dfe93deb082dd2f69c99a00e6 to your computer and use it in GitHub Desktop.
Save Celia-code/a469394dfe93deb082dd2f69c99a00e6 to your computer and use it in GitHub Desktop.
元組
aTuple = ('a','b','c')
print(aTuple[0])
# 打印出 a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment