* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070116 15:19]:
> 
> is there a difference between:
> 
> class foo:
> 
> and
> 
> class foo():
This is a SyntaxError.
> 
> or between these function definitions:
> 
> def bar():
> 
> and
> 
> def bar:
This too.

Andreas
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to