File size: 71 Bytes
33cd3a4
 
1
2
3
def count_characters(text):
    return f"Character Count: {len(text)}"