Comment utiliser les coordonnées dans Python
setposition(x,y)#Can also be setpos()
Call of Doody
setposition(x,y)#Can also be setpos()
coordinates = []
for x in xrange(width):
for y in xrange(height):
coordinates.append((x, y))