Help with computing homework.py (PYTHON)
Go to solution
Solved by Kiwi00000,
It depends on the editor that you are using. Just look at the colours you have.
Boolean expressions = when we compare something to either be true or false.
counter<=myNumber --> Comparing numbers.
(myNumber) % int (counter)==0) -> comparing the remainder to zero.
Both of these expressions evaluate something against something else.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now