class Person:
@staticmethod
def hello():
print('Hello!')
print(id(Person.hello))
print(id(Person().hello))
Y2xhc3MgUGVyc29uOgogICAgQHN0YXRpY21ldGhvZAogICAgZGVmIGhlbGxvKCk6CiAgICAgICAgcHJpbnQoJ0hlbGxvIScpCgpwcmludChpZChQZXJzb24uaGVsbG8pKQpwcmludChpZChQZXJzb24oKS5oZWxsbykp