## Leest het bestand gondor-graaf.txt in.

gondor_graaf = {}

with open('gondor-graaf.txt') as bestand:
    for lijn in bestand:
        
        
