Hi there! I just started my beginner computer science class and I was wondering if anyone wants to help with an assignment i'm having trouble with.
Here are the instructions:
Write a program that contains 3 variables and produces the logic table. You will need to request input from the user to set the variables in the form of T or F for each variable. Try to condense your program so you write a single conditional to produce the table. Place the following at the beginning of your code, with all of your code indented to be in that block, so you have a continuous loop:
while True:
I attatched the logic gate to this question.
Thank you!
