baum

view examples/sum3input.baum @ 46:22305a6e128d

added deep copy and fixed so node times
author meillo@marmaro.de
date Sun, 02 Mar 2008 10:29:55 +0100
parents fb1a879a7c85
children 6e46b106c334
line source
1 # example program for baum
2 # http://prog.marmaro.de/baum
3 #
4 # asks the user to input 3 numbers
5 # then prints the sum of them
6 # and returns the sum to the shell
7 #
8 # Attention: expect number overflow!
10 print(0)
11 sum(0)
12 input(0)
13 input(0)
14 input(0)