Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Last active July 18, 2020 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndhumathyChelliah/2cea996887b139a08ca78503bc57bd13 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/2cea996887b139a08ca78503bc57bd13 to your computer and use it in GitHub Desktop.
import numpy as np
a=np.arange(1,10,0.5)
print (a)#Output:[1. 1.5 2. 2.5 3. 3.5 4. 4.5 5. 5.5 6. 6.5 7. 7.5 8. 8.5 9. 9.5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment