Selaa lähdekoodia

minor changes

Rupa Jha 2 vuotta sitten
vanhempi
commit
82fc649a42
1 muutettua tiedostoa jossa 14 lisäystä ja 1 poistoa
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1,4 +1,17 @@
 rupa jha rocks!
 
 omkar issue file exists.
-this is 4th branch 
+this is 4th branch 
+
+slicing 
+
+import nmupy as np
+
+arr= np.array([1,2,3,4,,5],[6,7,8,9,10])
+print=(arr,[0:1:3] + arr [1:2:4])
+
+print=(arr,[0:1:3] - arr [1:2:4])
+
+print([0:1:4])
+
+