Files
task69dd4221f309a98be0006b2e/main.py
T
2026-05-12 16:47:58 +00:00

3 lines
124 B
Python

def raw_text_to_card(text: str) -> str:
"""Convert raw text to a flat card representation."""
return f"Card: {text}"