def count_characters(text): return f"Character Count: {len(text)}"