Nuacht

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 LINE_WI ...
I wrote the following code. It works in my windows with python 3.11. It also worked when i use "python for android" to compile the android apk. But the apk is failed when i run the apk after instal ...