Steven D'Aprano <st...@remove-this-cybersource.com.au> writes:

> You don't need the space between strings and the attribute access: 
> "1".zfill(2) is fine. You only need it for numbers, due to the ambiguity 
> between the decimal point and dotted attribute access.

Personally I prefer parentheses: (1).conjugate
-- 
Piet van Oostrum <p...@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
Nu Fair Trade woonartikelen op http://www.zylja.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to