import string s = "baekjoon" for alphabet in string.ascii_lowercase: print(s.find(alphabet), end=' ')
To embed this project on your website, copy the following code and paste it into your website's HTML: