+ 1
Guys is giving me errors, help out please.?
import random import math import pygame as pg
3 Answers
+ 2
You should check, if you have all of these packages (modules) installed. If not, install or use pip to install these packages. https://packaging.python.org/en/latest/tutorials/installing-packages/.
Use this command: pip install pygame
Other packages should be already included in your Python standard libraries installation. So, now you should be good to go. Good luck with your project!
+ 2
Thank you very much bro.,!
+ 1
If my answer helped you, make sure to accept it as an answer. ;) Happy to help. :)