+ 5
Why this code is an error?(¿Por qué este código es un error?):
14 Answers
+ 3
I think this is the best way I can make it
https://code.sololearn.com/cKUrJu0eYkTr/?ref=app
+ 5
Mafdi, that's the solution of my problem, I was think in that, thank you.
By the way, thanks to all(꧁Ankit, Kode Krasher and Elon Yemp #RELOADED#
+ 4
Because you are giving a list of strings to the sum function.
+ 3
꧁Ankit Chatterjee[LESS ACTIVE THAN EVER]꧂
I want to print the number of the for loop is the sum of all numbers is 14.
+ 3
Kode Krasher what will I do by show off get followers 😏! after 1 month I will leave sololearn btw, there's no need of show off
+ 3
Kode Krasher i just posted his answer, I guessed what he wanted to do.
And
Thanks for praising my code.
😐
+ 3
Kode Krasher you are right I am aren't an beginner in python. I just don't complete courses for I come here to code and meet my dear friends, I have Completed python, java , web., lol
Happy Coding! 😎👍
I don't like gifts take this return gift 📦 😎👍
+ 3
꧁Ankit Chatterjee[LESS ACTIVE THAN EVER]꧂
I sorry, but I can't modify the range of the code.
+ 2
What do you want to do in the code??
+ 2
Mafdi is Right.
You are giving a list of chars and not a list of digits.
Convert the chars in digits
Do sum([int(d) for d in list(str(number))])
+ 2
Jamil Waheeb
Hello
+ 1
★«Caleb Guerra Ortega»★ Welcome!
0
Hi