lees_synoniemen, vervang

Sign in to test your solution.
def lees_synoniemen(bestandsnaam): # TODO def vervang(tekst, woordenboek): # TODO # Zorg dat het bestand "kort.csv" in dezelfde map staat als dit .py bestand. # Zet onderstaande regels uit commentaar om de functies lokaal te testen # woordenboek = lees_synoniemen("kort.csv") # print(vervang("Na het werk wil ik rustig wandelen in het bos", woordenboek))
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.