Колбу с питоном, как удалить последний символ из строки
string="mystring";
string[:-1]
Clear Crab
string="mystring";
string[:-1]