coding:utf-8 -*- def buyStock(): print "buy stock" def saleStock(): print "Sale stock" class Broker: orderList = [] def takeOrder(self, order): self.
確定! 回上一頁