The output AND logic gate is currently: False
The output OR logic gate is currently: False
The output XOR logic gate is currently: False
The output NOT logic gate is currently: True
📓 NOTE : "!(_)" = NOT, "(_&&_) = AND, "(_||_)" = OR, "(_^_)" = XOR, "!(_&&_) = NAND, "!(_||_)" = NOR, "!(_^_)" = NXOR