Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39716
| References | <mailman.12445.1361647006.2938.python-list@python.org> |
|---|---|
| Date | 2013-02-23 23:47 +0100 |
| Subject | Re: Python-list Digest, Vol 113, Issue 192 |
| From | Morten Engvoldsen <mortenengv@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2382.1361659685.2939.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hi, Okey i will change the function name :) Do you have any suggestion to generate the weight at run time rather than hard coding it... > > ---------- Forwarded message ---------- > From: Dennis Lee Bieber <wlfraed@ix.netcom.com> > To: python-list@python.org > Cc: > Date: Sat, 23 Feb 2013 14:03:23 -0500 > Subject: Re: Number validation issue > On Sat, 23 Feb 2013 10:11:04 +0100, Morten Engvoldsen > <mortenengv@gmail.com> declaimed the following in > gmane.comp.python.general: > > > > > > > Hi, > > > > > Yes true, i need to generate weight at run time rather than hard coding > it, > > following are some solution: > > > > Since the max length of thenumber should be 25 and minimum should be 2 so > > code will be in this way: > > > > def is_valid_isbn13(isbn13): > > Isn't an ISBN13 -- by definition -- 13 digits (ignoring hyphens). > > If your goal is to compute a checksum for a non-fixed length of > data, I'd suggest changing the name of the function. > -- > Wulfraed Dennis Lee Bieber AF6VN > wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/ > >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python-list Digest, Vol 113, Issue 192 Morten Engvoldsen <mortenengv@gmail.com> - 2013-02-23 23:47 +0100
csiph-web