word = 'информатика' for char in word: print(char) word_two = word[7] + word[3] + word[4] + word[7] print(word_two)
To embed this program on your website, copy the following code and paste it into your website's HTML: