• + 0 comments

    My eyes are bleeding here. Why did you need the "i" for ? If you need each element in a list just ask "for element in list". If you need to name each element in list just ask for "element1, element2, element3 = list" And why would you write something twice ?