string = "виктор александрович"
new_string = ""
for char in string:
    new_string += char*2
print(new_string)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: