class Person:
...def __str__(self):
......return str('Very happy!")
...def says(self):
......print "Creer es crear, crear
......es querer, querer es
......poder... La suerte no
......interviene en este baile! "
I = Person()
print I
I.says()
We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data.
You can read the details below. By accepting, you agree to the updated privacy policy.