>>> x = 5 >>> x /= 2 >>> x 2 >>> x *=11.4 >>> x 22.800000000000001
ok where does the 1 in the come from? -- http://mail.python.org/mailman/listinfo/python-list
>>> x = 5 >>> x /= 2 >>> x 2 >>> x *=11.4 >>> x 22.800000000000001
ok where does the 1 in the come from? -- http://mail.python.org/mailman/listinfo/python-list