return str(pcl[0]) + ” / ” + str(pcl[1]) + ” = ” + str(pcl[0]/pcl[1])
…god damn it’s late. No amount of staring at that makes it makes sense.
It will probably turn out that’s not even how you divide in Python. Oh, sleep.

return str(pcl[0]) + ” / ” + str(pcl[1]) + ” = ” + str(pcl[0]/pcl[1])

…god damn it’s late. No amount of staring at that makes it makes sense.

It will probably turn out that’s not even how you divide in Python. Oh, sleep.