At 06:45 PM 2/21/2007, Terry Carroll wrote:

I'm glad to have learned your cool Boolean trick ( sign = 
['','-'][n<0] ), but I think instead I'll try to make

>    sign = '-' if n<0 else ''

a habit.

My thanks to everyone for the feedback about my function, and with my 
question about  sign = ['','-'][n<0]  .

Dick Moores


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

Reply via email to