Mutations

  • + 0 comments
    string = list(string)
    
        string[position] = character
    		
        return " ''.join(string)