Python/List

From Fundamental Ramen
< Python
Revision as of 09:34, 5 June 2018 by Tacoball (talk | contribs) (Created page with "<source lang="python"> for idx, val in enumerate(ints): print(idx, val) </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
for idx, val in enumerate(ints):
    print(idx, val)