IDEA: if you can put one serialized data structured into comments, why not any...
IDEA: if you can put one serialized data structured into #python comments, why not any of them? xml in comments, json in comments, toml in comments. Where else can you put your zero-runtime-cost cat photos? That's right, in triple quoted annotations.
```python
def income_tax(income:"""
What does a baby computer call his father?
""", rate:"""well?""")->"""
Data
""":
return income*rate
```
Self-replies
We got unlimited power and we're not using it.