Skip to content

Latest commit

 

History

History
 
 

input-output

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Input and output

File xy-coordinates.dat contains a list of (x,y) value pairs. Read the data with numpy.loadtxt(). Add then 2.5 to all y values and write the new data into a file using numpy.savetxt().