+ 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 ?

26th Jul 2017, 10:47 AM
Amit Choudhary
Amit Choudhary - avatar
2 ответов
0
thnx @Sapphire
26th Jul 2017, 1:12 PM
Amit Choudhary
Amit Choudhary - avatar
- 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.
26th Jul 2017, 1:10 PM
Sapphire