count = int(len(string)/5)

for i in range(0, count)
B = i*5 + 5
del string[B]


range() 안의 count가 뭔지 모르겠다고 에러 뜨는데;


파이썬임