Answer:
A compound is said to be true if all condtions are true before it gets evaluated by the if statement or false otherwise, or nested conditionals are used if the previous conditions are true or evaluates to an else, if available.
Example:
if (x > y) && (y != 0): # compound conditional joind with an "and"
if x == 4:
# nested condition