Drkcore

12 01 2010 Python Tweet

pythonのenumerate

enumerateなんて知らんかった

>>> for i in enumerate(range(5,10)):
...   print i
...
(0, 5)
(1, 6)
(2, 7)
(3, 8)
(4, 9)

About

  • もう5年目(wishlistありマス♡)
  • 最近はPythonとDeepLearning
  • 日本酒自粛中
  • ドラムンベースからミニマルまで
  • ポケモンGOゆるめ

Tag

Python Deep Learning javascript chemoinformatics Emacs sake and more...

Ad

© kzfm 2003-2021