<%python def print_triple(value): sys.stdout.write(str(value*3)) %>