Flask Python como remover o último caractere da string
string="mystring";
string[:-1]
Clear Crab
string="mystring";
string[:-1]