Wstawienie szarcatera do łańcucha Pyhtong w określonym indeksie

a_string = a_string[:1] + "b" + a_string[1:]
Lucky Lion