Python -Flask wie man das letzte Zeichen aus der String entfernen
string="mystring";
string[:-1]
Clear Crab
string="mystring";
string[:-1]