Open tshrinivasan opened 10 years ago
In this piece of code,
https://github.com/kushaldas/pym/blob/master/docs/operatorsexpressions.rst#evaluateequpy
print "%2d %6.4f" % (i , sum)
should be indented. it should come inside the for loop.
fix this.
Thanks.
In this piece of code,
https://github.com/kushaldas/pym/blob/master/docs/operatorsexpressions.rst#evaluateequpy
print "%2d %6.4f" % (i , sum)
should be indented. it should come inside the for loop.
fix this.
Thanks.