I am a beginner in python language and I have the following question:
i am trying to define something, let say X, under certain limits and I am not sure how to do that.
basically i want to do the following: if X is less than 200 and greater than 100, then continue, else stop.
can someone provide some kind of starting point. i know i have to do a for loop, but not exactly sure how to go about it.
thanks in advance
i am trying to define something, let say X, under certain limits and I am not sure how to do that.
basically i want to do the following: if X is less than 200 and greater than 100, then continue, else stop.
can someone provide some kind of starting point. i know i have to do a for loop, but not exactly sure how to go about it.
thanks in advance
Comment