How to decide 33 coding projects? Help pls | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to decide 33 coding projects? Help pls

14th May 2022, 9:17 AM
Назар Марусич
7 Answers
+ 5
Назар Марусич Are you asking us to think for you? Only you can decide on which projects will be suitable for you. Making decisions for yourself is part of the learning process, & the growing up process. Good luck. As you work your way through your projects, you may have some specific code related questions. We would be pleased to assist you with them
14th May 2022, 9:37 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 5
Назар Марусич Please attach your attempt here so the community may review it. I am sure we can assist, once we see your attempt
14th May 2022, 9:45 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Назар Марусич Nice attempt! I have adjusted your code and added a few things for you to look at. I hope my example answers your questions https://code.sololearn.com/c3sbcD3ZM03l/?ref=app
14th May 2022, 10:03 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Rik Wittkopp oh, i am understood it, thanks!
14th May 2022, 10:12 AM
Назар Марусич
+ 1
Назар Марусич While we await your code, here are some snippets for you regarding summing lists. nums = [6,3,7,9] print(sum(nums)) #25 #or total = 0 for num in nums: total += num print(total) #25
14th May 2022, 9:56 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
Rik Wittkopp https://code.sololearn.com/cp4L55zuoHlf/?ref=app I am only started to learning python, maybe here a lot of mistakes
14th May 2022, 9:56 AM
Назар Марусич
0
Rik Wittkopp I am need help with adding all the numbers to the list, I don't understand how to find the sum. can you tell me how to do it?
14th May 2022, 9:42 AM
Назар Марусич