Hello, I'd like to understand a little more about strings in PYTHON . I'm developing a program, which consists of:
Get a STRING
Separate STRING every 3 characters
And save each part in a LIST
EX:
nome = "guilherme"
lista = ["gui","lhe","rme"]