Is it possible to use a screen input() function to enter data from the keyboard into a list consisting of multiple x and y positional values, i.e., ([x1,y1], [x2,y2], etc.) that can then be called for later processing?
If so, please show a simple example in Python 2.6 source code.
Thanks,
end
If so, please show a simple example in Python 2.6 source code.
Thanks,
end
Comment