SyntaxFix
Write A Post
Hire A Developer
Questions
This will strip all commas from the text and left justify it.
for row in inputfile: place = row['your_row_number_here'].strip(', ')
? ????? ??????