if I want to fill zeros to the right, what function can help?? ex: '1.23'=>'1.2300' but '1.23'.zfill(6)=>'001.23' -- http://mail.python.org/mailman/listinfo/python-list
- any function to fill zeros to the right?? zfill?? Johnny
if I want to fill zeros to the right, what function can help?? ex: '1.23'=>'1.2300' but '1.23'.zfill(6)=>'001.23' -- http://mail.python.org/mailman/listinfo/python-list