PYTHON CODINGJul 10, 20251 min reada = Trueb = Falsec = Falseif a or b and c: print("Correct")else: print("Incorrect")[Running] python3 -u "/Users/name/test/test63.py"Correct[Done] exited with code=0 in 0.051 seconds#PythonCoding #Python #VSCDid you get it right?
Did you get it right?