예제 #1
0
def main():
    print ("2+3+4 =", add_three(2,3,4))
예제 #2
0
def main():
    print ("1+2+10 = ", add_three(1,2))