Loop list with number and use Augment Assignment Operator +=
is it possible to for-loop through a list with integers and use the += operator to add the integers to a variable with 0? eg:
is it possible to for-loop through a list with integers and use the += operator to add the integers to a variable with 0? eg: