終於學到PYTHON的類啦~~

#!/usr/bin/python # Filename:objvar.py class Robot:     '''Represents a robot,with a name.'''     population = 0     def __init__(self,name):         '''Iinitializes the data.'''         self.name = n
相關文章
相關標籤/搜索