Re: "no variable or argument declarations are necessary."
- From: James A. Donald <jamesd@xxxxxxxxxxx>
- Date: Sun, 02 Oct 2005 17:35:45 -0700
James A. Donald:
> > Surely that means that if I misspell a variable name, my program will
> > mysteriously fail to work with no error message.
On Sun, 02 Oct 2005 17:11:13 -0400, Jean-François Doyon
> No, the error message will be pretty clear actually :)
Now why, I wonder, does this loop never end :-)
egold = 0
while egold < 10:
ego1d = egold+1
--
http://www.jim.com
.
- Follow-Ups:
- References:
- "no variable or argument declarations are necessary."
- From: James A . Donald
- Re: "no variable or argument declarations are necessary."
- From: Jean-François Doyon
- "no variable or argument declarations are necessary."
- Prev by Date: Re: Python for search engine development
- Next by Date: Re: Automating, Building, Testing and Deploying to Production Server
- Previous by thread: Re: "no variable or argument declarations are necessary."
- Next by thread: Re: "no variable or argument declarations are necessary."
- Index(es):
Relevant Pages
|