Is it possible to do something like the following in Python?
class Object: def `two words`(self): return \'Worked!\'
Dependi