Aug-12-2017, 04:44 PM
That would work, but you can modify the first item in the row directly:
row[0].replace('aaa', 'bbb', 1)You can also tuple and append at the same time:
new_list.append(tuple(row))
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures