MainMenuNew.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:opseilen 作者: Baal221 项目源码 文件源码
def reloop():
    other.turns.player1_name = ""
    other.turns.player2_name = ""
    other.turns.player3_name = ""
    other.turns.player4_name = ""
    other.turns.player_count = 0
    other.turns.playerz = []
    other.turns.current_player = 0
    other.turns.current_player_name = ""
    other.turns.match_started = False
    game.Game.ina = 0
    game.Game.won = 0
    other.questions.correct = 2
    other.questions.player1_correct = 2
    other.questions.player2_correct = 2
    other.questions.player3_correct = 2
    other.questions.player4_correct = 2
    other.questions.pressed = False
    other.questions.dice_result = 1
    for _ in dir():
        if _[0]!='_': delattr(sys.modules[__name__], _)
    exec(open("MainMenuNew.py").read())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号