Python Forum
Removing hyphens and adding zeros
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Removing hyphens and adding zeros
#2
There´s a colon missing, either in the book or you overlooked it.
def right(s, amount):
    return s[-amount:]
if the snn is less than 9 digits it is set to nine zeros plus the given digits and then the last nine digits are returned
So in other words zeros were added to the start of the ssn
Reply


Messages In This Thread
Removing hyphens and adding zeros - by sidney - Aug-14-2019, 09:18 AM
RE: Removing hyphens and adding zeros - by ThomasL - Aug-14-2019, 12:31 PM
RE: Removing hyphens and adding zeros - by sidney - Aug-14-2019, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  getting trailing zeros with 1 during pandas read fullstop 1 3,603 Jan-05-2020, 04:01 PM
Last Post: ichabod801
  How to use Scipy.special to retrieve complex Poles / Zeros of Bessel Polynominal Detzi 2 1,789 Dec-31-2019, 10:45 AM
Last Post: Detzi
  Numpy saving and loading introduces zeros in the middle of every element DreamingInsanity 0 1,434 Dec-11-2019, 07:21 PM
Last Post: DreamingInsanity

Forum Jump:

User Panel Messages

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