Warning! It seems that you are using Dodona within another webpage, so not everything may work properly. Let your teacher know so that he can solve the problem by adjusting a setting in the learning environment. In the meantime, you can click this link to open Dodona in a new window.
Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
- Tussentijdse herhaling
- Keuzes: herhaling
- Cijfer beoordelen
- Functie bepaalSom aanvullen
- Oppervlakte rechthoek
Sign in to test your solution.
##### FUNCTIE DEFINITIES ######
def bepaalSom( .... , ..... ): # welke informatie krijgt de functie binnen?
antwoord = ... # tel hier die getallen bij elkaar op
...... # return hier het antwoord
#### HOOFDPROGRAMMA #####
invoer1 = input()
getal1 = int(invoer1)
invoer2 = # vraag hier om een tweede getal
# verander invoer2 in een getal en sla op in getal2
som = bepaalSom( ..... ) # welke twee getallen geef je mee?
print("De som is", ..... ) # welke variabele druk je af?