Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39702 > unrolled thread

Re: Number validation issue

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2013-02-23 14:03 -0500
Last post2013-02-23 14:03 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Number validation issue Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-23 14:03 -0500

#39702 — Re: Number validation issue

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2013-02-23 14:03 -0500
SubjectRe: Number validation issue
Message-ID<mailman.2369.1361646214.2939.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web