0
Plz help for solve the bug
from sketchpy import library as lib obj = lib.rdj() obj.draw() https://code.sololearn.com/c499Hc21Ig07/?ref=app
1 Answer
+ 2
This is not a bug.
sketchpy is an external library that is not available on Sololearn.
And you cannot really do graphics here with Python (only with severe limitations), mostly you can just use black and white console.