コード例 #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()
コード例 #2
0
def main():
    print("Introduce los valores del dado")
    print("Es así de fácil")
    print("Qué es de tu vida")
    GameRunner.run()
コード例 #3
0
ファイル: main.py プロジェクト: spiside/pdb-tutorial
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()
コード例 #4
0
ファイル: main.py プロジェクト: Fenn-uu/Project
def main():
    print("Add the values of the dice")
    print("It's really that easy")
    print("What are you doing with your life.")
    GameRunner.game_start()