You are viewing a single comment's thread. Return to all 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)
Seems like cookies are disabled on this browser, please enable them to open this website
Loops
You are viewing a single comment's thread. Return to all 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)