from gturtle import * def heronWurzel(r): # r = Radikand # w = Wurzel (Breite) # h = Hoehe # # Hier sollte dein Code stehen return(w) print(heronWurzel(inputInt("Gib eine natürliche Zahl ein:")))