Re: What is the dummy statement that do nothing in Python?
- From: Jean-Paul Calderone <exarkun@xxxxxxxxxx>
- Date: Wed, 31 Jan 2007 12:03:39 -0500
On Wed, 31 Jan 2007 11:49:53 -0500, Dongsheng Ruan <ruan@xxxxxxxxxxx> wrote:
I remember that in python there is some kind of dummy statement that just
holds space and does nothing.
I want it to hold the place after a something like if a>b: do nothing
I can't just leave the space blank after if statement because there will be
error message.
Does anybody know what to insert there?
http://python.org/doc/tut/node6.html#SECTION006500000000000000000
Jean-Paul
.
- References:
- What is the dummy statement that do nothing in Python?
- From: Dongsheng Ruan
- What is the dummy statement that do nothing in Python?
- Prev by Date: Re: "Correct" db adapter
- Next by Date: Re: subway
- Previous by thread: What is the dummy statement that do nothing in Python?
- Next by thread: Re: What is the dummy statement that do nothing in Python?
- Index(es):