python Class:面向对象高级编程 @property
更新:HHH   时间:2023-1-7


#!/usr/bin/python 


class ozd(object):

         def __repr__(self):

                return "This was a None note, because I couldn't  understand what I learned. I will solve it out of day  in future."


print ozd()


返回编程语言教程...