Data Analysis with Python Projects - Demographic Data Analyzer

Tell us what’s happening:
So I was able to answer all the questions in this project but I am still failing tests.
Any enlightenment as to why this is happening would be great.
Describe your issue in detail here.

Your code so far

boilerplate-demographic-data-analyzer - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54

Challenge: Data Analysis with Python Projects - Demographic Data Analyzer

Link to the challenge:

Well, I tried to run the code, but just got an error that you’re missing a (, so can’t see what errors you’re getting. Without the errors its hard to know where we should be looking.

image

Could you correct the code, or share what tests you were failing and what the message was?

Yea, This should an easy fix, just close the ) compile (syntax error)

boilerplate-demographic-data-analyzer - Replit

Okay, I was able to pass some tests but now I am wondering why I can’t seem to figure out why test_higher_education_rich doesn’t output the correct value. I believe my algorithm is logically correct?

I’m guessing you got this figured out? Ran your code, and it says all tests are passing.

Yes, managed to figure it out. Thanks :neutral_face:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.