On 6/14/2014 2:17 PM, sandhyaranimangip...@gmail.com wrote:
I am new to python, pls help me to resolve the below error
Please read the nice tutorial, though no necessarily all at once. It explains things like this.
def fib(n):... """Print a Fibonacci series up to n.""" File "<stdin>", line 2 """Print a Fibonacci series up to n.""" ^ IndentationError: expected an indented block
-- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list