amollison6144 amollison6144 Today at 9:51 PM Engineering Answered total = 0 for num in range(1, 11): total += num print(total)