string = "виктор александрович" new_string = "" for char in string: new_string += char*2 print(new_string)
To embed this program on your website, copy the following code and paste it into your website's HTML: