Skip to content

Commit 79a49ea

Browse files
committed
Add exercise assignment for Input and output
1 parent 5385695 commit 79a49ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

numpy/input-output/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Input and output
2+
3+
File [xy-coordinates.dat](xy-coordinates.dat) contains a list of (x,y) value
4+
pairs. Read the data with `numpy.loadtxt()`. Add then 2.5 to all y values and
5+
write the new data into a file using `numpy.savetxt()`.

0 commit comments

Comments
 (0)