标签:java 注意 python int 定义 方法 span class self
class Cat(): #如果函数在类里面定义的话就叫做方法,不能再叫做函数了 def eat(self): print("这是什么几把") #下面这两步,感觉和java没什么区别 tom = Cat() tom.eat()
学习python一定要注意首行缩进
标签:java 注意 python int 定义 方法 span class self
原文地址:http://www.cnblogs.com/suiyisuixing/p/7345473.html