22
Can we talk about syntax errors in Python loops?
I just started learning Python last week. My code has a for loop that should print numbers, but it keeps crashing. I looked online and fixed the indentation, but no luck. What common mistakes should I check for? I'm using a basic text editor.
3 comments