Actualités

Im using Windows 10. I just downloaded pygame-2.5.2 using cmd, and im using Sublime Text 4. When I run the code (by chatGPT): import pygame import sys pygame.init () WIDTH, HEIGHT = 300, 300 ...
The fact that you aren't getting any version information in powershell suggests that you don't have python in your windows PATH environment variable. If you type path into your windows 10 search bar ...