Question: Write a program in Python representing 7 logic gates: AND, NAND, OR, NOR, XOR, XNOR, NOT 1.Accept two inputs to create one output. 2. Use
Write a program in Python representing 7 logic gates: AND, NAND, OR, NOR, XOR, XNOR, NOT 1.Accept two inputs to create one output. 2. Use the if statements to perfrom the Boolean logic 3. Only accept numeric input 4. If a number is greater than 0 treat if as 1 5. Specfiy in your output and in the beginning of the code (through print statements) which gate the code represents. Send the flowchart on PDF
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
