how to sum up a list eihtout using sum() python3 code example Example: sum up list python b = [1,2,3] a = sum(b) # 6