meillo@19: # example program for baum meillo@19: # http://prog.marmaro.de/baum meillo@39: # meillo@39: # asks the user to input 3 numbers meillo@39: # then prints the sum of them meillo@39: # and returns the sum to the shell meillo@39: # meillo@39: # Attention: expect number overflow! meillo@19: meillo@19: print(0) meillo@19: sum(0) meillo@19: input(0) meillo@19: input(0) meillo@19: input(0)