You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print "The result for stick is a %s%% win rate, the result for switch is a %s%% win rate out of %s games." % (float(stick) / float(num_of_games) * 100, float(switch) / float(num_of_games) * 100, num_of_games)