What is the dummy statement that do nothing in Python?

Stew Pid rubbish at jabnet.uk.com
Wed Jan 31 12:05:17 EST 2007


On Wed, 31 Jan 2007 11:49:53 -0500, Dongsheng Ruan 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?
> 
> Thanks!

pass




More information about the Python-list mailing list