from random import *

x = choice(range(-10,10))
y = choice(range(-10,10))