I am fairly new to python and am trying to create a table for work. At the moment I use a paper based system with 11 columns. I wanted to see if I could replicate my table in python 3.1.1 The column names are:
1. RMA number
2. Customer
3. Product detail
4. Serial number(s)
5. Date received
6. Fault code
7. Warranty y/n
8. Loan unit out
9. Loan unit in
10. Date returned
11. Invoice + value.
Your help is greatly appreciated