How would I go about writing python functions that can be append to strings (or other object)?
for example:
"FOO".lower()
How do they receive input? Are they generators?
I will happily read up on it, but I don't really know what I am looking for.