Re: Really basic problem

2007-10-08 Thread tomamil
thanks you all guys for your help, it's really appreciated... m. -- http://mail.python.org/mailman/listinfo/python-list

Really basic problem

2007-10-08 Thread tomamil
i know this example is stupid and useless, but that's not the answer to my question. here it goes: status = 0.0 for i in range(10): status = status + 0.1 if status == 0.1: print status elif status == 0.2: print status elif status == 0.3: print status elif statu