import string

s = "baekjoon"
for alphabet in string.ascii_lowercase:
    print(s.find(alphabet), end=' ')

Embed on website

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