class Thing(object): shape = 'square' color = 'blue' def calculate(self): # ... do some stuff ... If you were writing a test, and you wanted a ...
確定! 回上一頁