What is the dummy statement that do nothing in Python?
- From: "Dongsheng Ruan" <ruan@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 11:49:53 -0500
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?
Thanks!
.
- Follow-Ups:
- Re: What is the dummy statement that do nothing in Python?
- From: Tim Daneliuk
- Re: What is the dummy statement that do nothing in Python?
- From: Stew Pid
- Re: What is the dummy statement that do nothing in Python?
- From: Jean-Paul Calderone
- Re: What is the dummy statement that do nothing in Python?
- Prev by Date: Re: Regex with ASCII and non-ASCII chars
- Next by Date: Re: Conditional expressions - PEP 308
- Previous by thread: Any python scripts to do parallel downloading?
- Next by thread: Re: What is the dummy statement that do nothing in Python?
- Index(es):