Alessandro Guido wrote: > «print strings 'a' and 'b' using the default separator and the default > terminator» > > However i'll just cope with it, Python is still the best language ;)
I definitely recommend getting used to this idiom - None is used to indicate missing (i.e. 'use the default value') arguments in many more cases than just the print function. Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com