Answers ( 2 )

  1. Here’s the code:

    sum=0
    for i in range(len(my_list)):

  2. Here’s the code:

    sum=0
    for i in range(len(my_list)):
    sum=sum+my_list[i]

    print(sum)

    Best answer

Leave an answer

Browse
Browse