0008-pthon类

xiaoxiao2025-02-15  18

class Students(): def __init__(self,name,city): self.name=name self.city=city print("My name is %s and come from %s "%(name,city)) def speak(self): print("我在慢慢学Python") stu1=Students("mary","上海") stu1.speak()

 

转载请注明原文地址: https://www.6miu.com/read-5024779.html

最新回复(0)