mercredi 27 juillet 2016

Trying to identify the errors and provide the python code that accomplishes the task

if n is an integer, write the expression that will determine if n is odd and between 200 and 2000, exclusive?

I have no idea what odd/even and exclusive/inclusive means in an expression like this, can someone give me a briefing of it. Below is what I have got so far

n >= 200 and n <= 2000

Please help me understand exclusive/inclusive and even/odd. Thank You.

Aucun commentaire:

Enregistrer un commentaire