def Sum(n,m): return n+m a=10 b=20 c=30 d=40 e=50 print (Sum(a,Sum(Sum(b,c),Sum(d,e))))