Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do I import pygame(file) into my code on chromebook?

+1 vote
asked May 1, 2019 by Paolo Nader (290 points)
I want to import pygame into my code by I don't know how. Please help me.

1 Answer

0 votes
answered May 16, 2019 by Ryan (1,230 points)
Because pygame is not supported by OnlineGDB (assuming that's what you want to use to program), I would think you might be able to download the pygame file and copy and paste the code into a new file on OnlineGDB. Then, you could just import your pygame file.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...