Posts by Silvio Machado • 1 point
1 post
- 
		0 votes2 answers374 viewsA: Breaking string from a characterWhen you use .split it transforms the string into an array separated by the character you used. in this case I think I could do so: In [6]: minha_string = "antesdavirgula,depoisdavirgula" In [7]:…