Re: Really basic problem
thanks you all guys for your help, it's really appreciated... m. -- http://mail.python.org/mailman/listinfo/python-list
Really basic problem
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