Jan-11-2018, 12:22 PM
(This post was last modified: Jan-11-2018, 12:22 PM by adetheheat.)
I have a list with a value of 4 at index 2. I compare this with a value of 200 to see if it is greater ... and strangely it says it is:
eg
This is obviously wrong but what am I doing wrong ?
Regards
eg
print deltaList[2], thr2nd, deltaList[2] > thr2ndI get this output: 4 200 True
This is obviously wrong but what am I doing wrong ?
Regards
