def example(input :boolean): if input: return "Input was true!" return "Input was false."