Hi all python programmers..I'm new to python and i'm having a doubt..
I'm running linux in my machine and i use "ipython" to run my python programs. I also write them in independent .py files..
But I'm not able to write loop-based programs in .py files, because after i save and run the program, the interpreter is showing an error "IndentationError: expected an indented block
"
I'm not able to write for loops as well...please help me out
thanks in advance :)