Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Created February 21, 2015 03:33
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 kenzo0107/6a1734fa011945a903a0 to your computer and use it in GitHub Desktop.
Save kenzo0107/6a1734fa011945a903a0 to your computer and use it in GitHub Desktop.
# 配列
arr = ["a","b","c"]
# 配列の個数
print len(arr) # 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment