+ 1
Question To Sololearn
Why cannot run for pygame?
4 Respostas
+ 2
Okay bro
+ 1
You can send feedback by going into the menu using the button on the top left. Noone from Sololearn will read it if you post here.
+ 1
Because pygame run in GUI environments (graphics output), while code playground allow only CLI environment (text ouput), due to how the script execution are handle (script -- except for web languages -- are running on server side: input is collected all at once before be send to server with the script, then the script run, output is collected and returned to you as plain text)
+ 1
Thanks