This course is archived · This course is now in read-only mode. You can’t register or make new submissions anymore, but your previous work and results are still available.

  Doppler_snelheid

Sign in to test your solution.
def doppler_snelheid(f_bron: float, f_waargenomen: float) -> float: # todo ... # Zet onderstaande regel uit commentaar om lokaal te testen # print(doppler_snelheid(440.0, 494.0))