_(7)

code= input('Kérem, adjon meg egy számsort: ')
if code in dl_cw:
    print('Az ehhez tartozó szó (illetve szavak):', ', '.join(dl_cw[code]))
else:
    print('Nincs ehhez tartozó szó.')