• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

Sum item in list

How do I sum up items of a list using a For loop E.g my_num = [1, 2, 3, 5, 2, 5]

forloop
30th Mar 2022, 4:30 AM
Roland Ogbue
Roland Ogbue - avatar
2 Answers
+ 5
my_list = [1, 3, 4, 7] sum=0 for x in my_list: sum+=x print(sum) OR my_list = [1, 3, 4, 7] print(sum(my_list))
30th Mar 2022, 4:36 AM
NEZ
NEZ - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
How many time I can use sololearn trial mode?
2 Votes
ĐžŃˆĐžĐ±Đșа ĐČ ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžĐž Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
Bug sur le deuxiĂšme cours de python
1 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes