_(5)

n_shw= 0
for word in l_wds:
    if len(word)<=5:
        n_shw+= 1
print('A rövid szavak száma:', n_shw)