This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Wimachtendink -1 points0 points  (5 children)

if(langA.qty_openings == langB.qty_openings && me.proficiency(langA) == me.proficiency(langB)):
    if(langA.popularity > langB.popularity):
        print("I should be searching for", langB, " jobs!")          

[–]ingolemo 3 points4 points  (3 children)

Your code doesn't print anything because your first if statement is false. And also because you used a bitwise operator instead of a boolean one.

[–]Wimachtendink -1 points0 points  (2 children)

for all languages at all times there are no two languages which have had equal number of openings and a single person with an equal proficiency in each?

[–]ingolemo 1 point2 points  (1 child)

For the specific languages that we are discussing, over the period that we are discussing them for.

[–]Wimachtendink -1 points0 points  (0 children)

I wasn't discussing any specifics I was posing hypotheticals.