[BangPypers] if not with comparision statement in python

Asif Jamadar asif.jamadar at rezayat.net
Sat Jul 30 09:43:15 CEST 2011


if not minimum<=actual_result and  not maximum>=actual_result:


How to check if actual result is not laying between minimum value and maximum value.

how should I represent the above statement in python?

Any suggestions?


More information about the BangPypers mailing list