Python Forum
How to sum up the elements of an integer using python split/join?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to sum up the elements of an integer using python split/join?
#2
Do you want "sum up the elements of an integer" or "sum up the elements of an integer using python split join"?

What is expected outcome? 1 + 2 + 3 + 4 = 10 or 1 + 2 + 3 + 4 = 10 --> 1 + 0 = 1
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
RE: How to sum up the elements of an integer using python split/join? - by perfringo - Aug-27-2018, 05:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to remove some elements from an array in python? gohanhango 9 1,287 Nov-28-2023, 08:35 AM
Last Post: Gribouillis
  ValueError: Length mismatch: Expected axis has 8 elements, new values have 1 elements ilknurg 1 5,210 May-17-2022, 11:38 AM
Last Post: Larz60+
  Question about change hex string to integer sting in the list (python 2.7) lzfneu 1 2,559 May-24-2021, 08:48 AM
Last Post: bowlofred
  Testing Split elements tester_V 4 2,467 May-08-2021, 10:54 PM
Last Post: snippsat
  Sorting Elements via parameters pointing to those elements. rpalmer 3 2,638 Feb-10-2021, 04:53 PM
Last Post: rpalmer
  The difference between os.path.join( and os.sep.join( Pedroski55 2 9,511 Nov-17-2020, 08:38 AM
Last Post: Pedroski55
  How does a set in python store the elements? idknuttin 5 2,809 Jul-10-2020, 10:46 PM
Last Post: Gribouillis
  Join table with differnt datype column using python query abhishek6555 1 2,314 Jan-07-2020, 11:44 PM
Last Post: micseydel
  Beginner at Python. Trying to count certain integer from random string of code kiaspelleditwrong 3 2,448 Oct-14-2019, 10:40 AM
Last Post: perfringo
  python cache for small integer Uchikago 1 2,520 Jun-27-2019, 05:32 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020