Associate
- Joined
- 23 Aug 2004
- Posts
- 1,493
Does anyone know how to code 'AND' in python for if statements?
I want to say
Can't find the and operator to do it though!
I want to say
Code:
if expression >= -0.25 and expression <= 0.25
then stop
Can't find the and operator to do it though!