Christopher
Results
2
comments of
Christopher
I was able to get some pretty good results using this website for the initial SVG https://picsvg.com/ The website itself does an okay job and only creates black polygons on...
TL; DR: Change `raw_input` to `input`. Back in Python 2, if you wanted your code to ask for command line input, you could use either the `input` or `raw_input` function....