Skip to Content.
Sympa Menu

byte-of-python - Re: [Byte-of-Python] Continue statement

byte-of-python AT lists.ibiblio.org

Subject: Discussion regarding the book 'A Byte of Python'

List archive

Chronological Thread  
  • From: Christoph Zwerschke <cito AT online.de>
  • To: Discussion regarding the book 'A Byte of Python' <byte-of-python AT lists.ibiblio.org>
  • Subject: Re: [Byte-of-Python] Continue statement
  • Date: Thu, 04 Aug 2005 20:17:51 +0200

Hi Gary,

the example is ok, it should work.
I.e. if you type in less than 3 characters, it should print your 2 lines before the continue statement.

Something seems to be wrong with your environment.
You can insert the line
print s, len(s)
after the line with the break to see more.

-- Christoph




Archive powered by MHonArc 2.6.24.

Top of Page