Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add correct answer and image to Python Q132 #3477

Conversation

KAUTH
Copy link
Contributor

@KAUTH KAUTH commented Apr 9, 2022

Added def jaccard(a, b): return len (a & b) / len (a | b) as the correct answer, as discussed in #3389.

Removed the link to https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/master/python/images/Q132.png, since it did not point to any existing resource yet and added the mathematical expression of the Jaccard Similarity written in LaTeX. Since the GitHub markdown does not support this natively, we add it as an image source from http://www.sciweavers.org/free-online-latex-equation-editor.

Added def jaccard(a, b): return len (a & b) / len (a | b) as the correct answer, as discussed in Ebazhanov#3389.

Removed the link to https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/master/python/images/Q132.png, since it did not point to any existing resource yet and added the mathematical expression of the Jaccard Similarity written in LaTeX. Since the GitHub markdown does not support this natively, we add it as an image source from http://www.sciweavers.org/free-online-latex-equation-editor.
@KAUTH KAUTH changed the title Add correct answer and image to Q132 Add correct answer and image to Python Q132 Apr 9, 2022
Copy link
Owner

@Ebazhanov Ebazhanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍 , thanks a lot for improvements @KAUTH

@Ebazhanov Ebazhanov merged commit fd42736 into Ebazhanov:master Apr 9, 2022
@Ebazhanov
Copy link
Owner

@all-contributors please add @KAUTH for design, code

@allcontributors
Copy link
Contributor

@Ebazhanov

I've put up a pull request to add @KAUTH! 🎉

@KAUTH KAUTH deleted the add-correct-answer-and-image-to-python-q132 branch April 9, 2022 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants