2009/1/3 Kless <[email protected]>: > How is possible that I can print a variable, but when I use *return > var* it returns an empty string
What makes you think it's returning an empty string? You aren't doing anything with the return value in line 26 of your example. -- Cheers, Simon B. -- http://mail.python.org/mailman/listinfo/python-list
