This community-built FAQ covers the “Compare… Closelier!” exercise in Codecademy’s lessons on Python.
FAQs for the Codecademy Python exercise Compare… Closelier!:
Join the Discussion. We Want to Hear From You!
Have a new question or can answer someone else’s? Reply () to an existing thread!
Agree with a comment or answer? Like () to up-vote the contribution!
Need broader help or resources about Python in general? Go here!
Want to take the conversation in a totally different direction? Join our wider discussions.
Learn more about how to use this guide.
Found a bug? Report it!
Have a question about your account, billing, Pro, or Pro Intensive? Reach out to our support team!
None of the above? Find out where to ask other questions here!
Other FAQs
The following are links to additional questions that our community has asked about this exercise:
- This list will contain other frequently asked questions that aren’t quite as popular as the ones above.
- Currently there have not been enough questions asked and answered about this exercise to populate this FAQ section.
- This FAQ is built and maintained by you, the Codecademy community – help yourself and other learners like you by contributing!
Not seeing your question? It may still have been asked before – try searching for it by clicking the spyglass icon () in the top-right of this page. Still can’t find it? Ask it below by hitting the reply button below this post ().
Seems like in Compare Closely and Compare Closelier the True/false answers have been saved so there is nothing to enter/change. Anyone else get that?
4 Likes
Same, the correct answers were already present in the code. Simply hitting run completed the portion of that lesson. Seems like an oversight.
Code seems stuck at ’Compare Closely and Compare Closelier’ lesson. I risk saying; my input seems correct but I’m not being allowed to RUN the code. Can anyone help with this, please… what is my subtle oversight here?
B
_
Yeah Sarah, I’m having some challenges here as well. Did you find the solution yourself? Thanks! : )
I had that problem. You can fix it by resetting the exercise.
maybe it’s because I’m not from the USA, but in the line “(10 + 17) == 316" what does "316” mean?
Hello @idontknow6172306953 and welcome to the Codecademy Forums!
3**16
means 3 to the power of 16.
1 Like
It looks like the answers for this exercise and the one before it are already saved in the code, I see that other people are having the same problem as well.
I’m not sure what I am supposed to learn from this task…I am doing the math and just telling the computer these variables (bool_one etc) are true or false but since the math is in comments the computer only sees variables and whether they are true or false. The computer isn’t doing math like it was in the previous examples. What is the point?