+ 1
in the code playground i can't import pygame can someone tell me how to do that ?
it says that pygame module not found how can i run my program now ?
2 ответов
0
thnx @Sapphire
- 1
The modules on the code playground are server side. Sololearn doesn't support a lot of them. So there's no way to simply bypass that and run a module like numpy or pygame.
Plus scripts are also run server-side, and then the output is sent back to the user. There's no realtime interaction. It's sent to the server along with any inputs (all at once), then it runs once and the output is returned.