+ 1
Python
How do I import pygame module in sololearn ?
3 Answers
+ 9
Ig it's not possible . Sololearn's CP is a virtual environment with some 1MB of memory and some modules embedded into it. Also, it's a sandbox, in which we cannot import any external modulus.
You can see this
https://code.sololearn.com/c071JeXy6LcW/?ref=app
0
Thanks...