Good Afternoon
The following code creates a .csv file.
The output looks something like this
Peter, Pan, 20, Male,
Mary, Pan, 20, Female,
John, Doe, 40, Male,
The problem is the last comma on each row. It should no be there. Or I need to delete it.
I can't figure out how to remove the last...