_(3)

print('Az abc.txt állomány adatainak írása…')
with open('inf_e_20101022_m_04_abc.txt', 'w') as f:
    for word in l_ws:
        f.write('%s\n' % ''.join(sorted(word)))