from psychopy import visual, core, misc, event
import numpy #for maths on arrays
from numpy.random import random, shuffle #we only need these two commands from this lib
from random import *
import math
win = visual.Window([1024,768], units='pix', monitor='testMonitor',rgb=(-1,-1,-1))
numbers =...