@ -83,7 +83,7 @@ def handle_turn():
# take player input
choice = input('Choose a position from 1 to 9: ')
else:
choice = random.choice(find_open_spaces())
choice = random.choice(find_open_spaces()) + 1