Exemplo n.º 1
0
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()
Exemplo n.º 2
0
def main():
    print("Introduce los valores del dado")
    print("Es así de fácil")
    print("Qué es de tu vida")
    GameRunner.run()
Exemplo n.º 3
0
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()
Exemplo n.º 4
0
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()