Пример #1
0
def save_history(game_key, round, guess, status):
    history = History(game=game_key, round=round, guess=guess, status=status)
    history.put()