Задание

Что покажет приведённый ниже фрагмент кода?
s = 'ffdrlihdymbcuuppeedddswqk'
for i in range\(7, len\(s\), 5):
print\(s⟨0⟩, end=''\)