+ 1

Guys is giving me errors, help out please.?

import random import math import pygame as pg

22nd Jan 2022, 6:21 PM
Kelvin  Sintim 
Kelvin  Sintim  - avatar
3 odpowiedzi
+ 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!
22nd Jan 2022, 6:35 PM
Nogard
Nogard - avatar
+ 2
Thank you very much bro.,!
22nd Jan 2022, 6:39 PM
Kelvin  Sintim 
Kelvin  Sintim  - avatar
+ 1
If my answer helped you, make sure to accept it as an answer. ;) Happy to help. :)
22nd Jan 2022, 6:41 PM
Nogard
Nogard - avatar