Reuzenrad

Log in om je oplossingen te testen.
# eventuele imports # invoer t_o = int(input("Tijd 1 omwenteling: ")) r = int(input("Straal: ")) d = int(input("Hoogte laagste zitplaats: ")) t = int(input("Tijd in reuzenrad: ")) # bewerkingen # uitvoer print(f"Hoogte na {t} seconden is {h:.2f}m.")

  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