def main(): print("Add the values of the dice") print("It's really that easy") print("What are you doing with your life.") import pdb pdb.set_trace() GameRunner.run()
def main(): print("Introduce los valores del dado") print("Es así de fácil") print("Qué es de tu vida") GameRunner.run()
def main(): print("Add the values of the dice") print("It's really that easy") print("What are you doing with your life.") GameRunner.run()
def main(): print("Add the values of the dice") # print("It's really that easy") # print("What are you doing with your life.") GameRunner.run()