Fahrenheit - Celsius (basis)

Log in om je oplossingen te testen.
def f_naar_c(fahrenheit: float) -> None: ... print() def c_naar_f(celsius: float) -> None: ... print() # Zet ondersaande regels uit commentaar om lokaal te testen # f_naar_c(68) # c_naar_f(20)

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt