Exemplo n.º 1
0
 def print_location(self):
     thing_functions.prnt(self.name)
     thing_functions.prnt(self.description)
Exemplo n.º 2
0
 def print_score(self):
     thing_functions.prnt("\rYour name is " + self.name)
     thing_functions.prnt("Your level is " + str(self.level))
     thing_functions.prnt("Strange = " + str(self.strange))
     thing_functions.prnt("Agility = " + str(self.agility))
     thing_functions.prnt("Vitality = " + str(self.vitality))
     thing_functions.prnt("Gold = " + str(self.gold) + " coins")