On Sat, 06 Sep 2008 23:04:14 +0200, Andreas Hofmann wrote:
Hi,
> I've got a little problem here, which which really creeps me out at the
> moment.
> I've got some strings, which only contain numbers plus eventually one
> character as si-postfix (k for kilo, m for mega, g for giga). I'm trying
> to convert those strings to integers, with this function:
> if mult is 1:
^^
You're testing for identity, not for equality.
Change it to "if mult == 1". Is it alright now?
--
Regards,
Wojtek Walczak,
http://tosh.pl/gminick/
--
http://mail.python.org/mailman/listinfo/python-list