fastif# fastif(condition, if_true, if_false)# Return if_true when condition is truthy, otherwise if_false. Parameters: condition (object) if_true (T) if_false (T) Return type: T