Insertion d'un charcater dans une chaîne pyhtong à un index spécifique

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