jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

Incorrect code Variables / Arithmetic Operators #210

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

The task says to "Calculate a remainder of such a division", so in line 5, shouldn't we find a remainder of a variable "division_result" rather than "number"?

sofiiako commented 1 year ago

Hi! No, this line of the task asks to calculate the remainder of the same division calculated on line 3. It says "Divide the value stored in 'number' by 2. Calculate a remainder of such a division."