Bosbeheer

Sign in to test your solution.
import math # Invoer n = int(input("Geef het aantal bomen in: ")) percentage = int(input("Geef het percentage in: ")) bijplanten = int(input("Geef het aantal nieuwe bomen in: ")) # Berekening print("Er zijn eerst", n, "bomen in het bos.")

  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.

Test case being debugged