S
sandhyaranimangipudi
I am new to python, pls help me to resolve the below error
.... """Print a Fibonacci series up to n."""
File "<stdin>", line 2
"""Print a Fibonacci series up to n."""
^
IndentationError: expected an indented block
.... """Print a Fibonacci series up to n."""
File "<stdin>", line 2
"""Print a Fibonacci series up to n."""
^
IndentationError: expected an indented block