#1.Includes from gpanel import * #2. Definitionen def quadrat(x): return(x*x) #3.Hauptprogramm x=4 print(quadrat(x))