def foo(mylist):
    magic  = 0
    for i in range(len(mylist)-1):
...

Python Two loops on list

by Tafkas, October 20, 2011 03:19, 2 refactorings, tagged with loop, list

I want to apply some calcul...

693a4661eaa71435ce5ebe61de64c5a4 Talk