Hello~Wolrd

你好,世界~

Python Sample

class Sample:
    def __init__(self):
        self.text = "Hello,World~"
    
    def __str__(self):
        return self.text

sample = Sample()
print(sample)
posted @ 2020-04-14 19:24  暗影卫队  阅读(151)  评论(0)    收藏  举报