L
2

Vent: I tried using a for loop to build a simple list in Python and it gave me a weird error for 2 hours. I think everyone's wrong about starting with loops.

2 comments

Log in to join the discussion

Log In
2 Comments
patricia_rodriguez
Yeah, loops can trip you up at first. I got stuck once because I kept using the wrong variable name inside the loop. What was the error message you saw?
6
thomas.sean
My friend Jake spent three hours on a NameError last week, @patricia_rodriguez.
4