Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the comment in the 001_basic.ipynb numpy notebook #2

Open
iArunava opened this issue Oct 5, 2018 · 1 comment
Open

Fix the comment in the 001_basic.ipynb numpy notebook #2

iArunava opened this issue Oct 5, 2018 · 1 comment

Comments

@iArunava
Copy link
Owner

iArunava commented Oct 5, 2018

print (np.arange(10, 100, 10)) # start=5 | stop=100 | step=10
to
print (np.arange(10, 100, 10)) # start=10 | stop=100 | step=10

@abhi87374
Copy link

kindly assign this task to me, I'm interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants