Robotics & Artificial Intelligence
Write and evaluate the following expression in Python:
(a + b > c) and (a - b == -a + b), for a = 2, b = 3, c = 4
Write and evaluate the following expression in Python:
(a + b > c) and (a - b == -a + b), for a = 2, b = 3, c = 4