""" ------------------------------------------------- Project: Take-Away Game Standard: 91883 (AS1.7) v.1 School: Tauranga Boys' College Author: KINGSTON CAMPBELL Date: THE DATE YOU COMPLETED THE CODE Python: 3.5 ------------------------------------------------- """ import random set reset_guesses = 0 rounds = 3 user_score = 0 AI_score = 0 round_won = True round = 1 print("Take away game") name = print("Toko whats your name?.")