Calling static method in python

前端 未结 5 1164
走了就别回头了
走了就别回头了 2020-12-13 01:51

I have a class Person and a static method in that class called call_person:

class Person:
    def call_person():
        print \"he         


        
5条回答
提交回复
热议问题