-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Suggestion / opinion needed: Add a line in the boolean_algebra/and_gate.py file #8632
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
Labels
awaiting triage
Awaiting triage from a maintainer
Comments
rohan472000
added a commit
to rohan472000/Python
that referenced
this issue
Apr 24, 2023
addressing issue TheAlgorithms#8632
@EngineerMarek , kindly check PR #8690 . |
ChrisO345
pushed a commit
that referenced
this issue
May 10, 2023
@ChrisO345 it should be good to close this now |
tianyizheng02
pushed a commit
to tianyizheng02/Python
that referenced
this issue
May 29, 2023
* Update and_gate.py addressing issue TheAlgorithms#8656 by calling `test_and_gate()` , ensuring that all the assertions are verified before the actual output is printed. * Update and_gate.py addressing issue TheAlgorithms#8632
sedatguzelsemme
pushed a commit
to sedatguzelsemme/Python
that referenced
this issue
Sep 15, 2024
* Update and_gate.py addressing issue TheAlgorithms#8656 by calling `test_and_gate()` , ensuring that all the assertions are verified before the actual output is printed. * Update and_gate.py addressing issue TheAlgorithms#8632
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to share?
I want to suggest adding a line in the boolean_algebra/and_gate.py file and want to see what others think.
This is an excerpt from lines 45 - 48.
I want to suggest changing it to this:
adding
print(and_gate(1, 0))
completes all examples, and with the others being there, I don't see a reason why we shouldn't have that line also, especially because it is present in the tests. What do you guys think?Additional information
No response
The text was updated successfully, but these errors were encountered: