なぜこれが機能しないのですか?
reflace=0
input = "55,1,1,1".split(",")
# Now find the first field from comma
input[reflace] = round( float( input[reflace] ) , 2) + 0.01
ranges = [(-1,1)]
if any(lower <= input[reflace] <= upper for (lower, upper) in ranges):
print "+ " + input
印刷しない