Python-list digest, Vol 1 #11941 - 14 msgs

Andres Rosado arosado at softhome.net
Tue Aug 6 20:44:02 EDT 2002


At 03:51 PM 8/6/2002 -0400, you wrote:
> >         try:
> >                 continue
>
>once, I tried it,  continue didn't work inside a try.
>  the python-compiler refused to compile it.
>
>next try ?

In this case, it would be a pass.

try:
         pass


-----------------------------------
Andres Rosado
Email: andresr at despammed.com
ICQ: 66750646
Homepage: http://andres980.tripod.com/

Everything should be built top-down, except this time.





More information about the Python-list mailing list