Skip to content

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

@iArunava

Description

@iArunava

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions