JGuizard
6/14/2016 - 6:26 PM

Clean text in python (remove space, remove return)

Clean text in python (remove space, remove return)

#remove return in strings list's elements
list(map(str.strip,array)