New example: reading/writing data files
Tasks:
Read (x,y) data from a two-column file
Transform y values to f(y)
Write (x,f(y)) to a new file
What to learn:
How to open, read, write and close files
How to write and call a function
How to work with arrays (lists)
File:
src/py/intro/datatrans1.py