iwl wrote:
> Hello can I make funktions callable without () like print
> at time the interpreter seems to printout the adres when I type the
> function without ()

print is not a function, it's a statement, and as such equivalent to
raise or assert.

Georg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to