• + 3 comments

    n = int(raw_input()) for i in range(0,n): print i*i

    while compiling the above code its showing the IndentationError, Why its occuring ? Can any one help on this ?

    Sorry: IndentationError: expected an indented block (solution.py, line 3)