Posts by kyo129 • 25 points
3 posts
-
0
votes1
answer42
viewsQ: Draw things in pygame
I’m reading a python book had a code I can’t understand: my doubt Doubts: 1.What is this get_rect() ? 2.How does it work to treat things like rectangle ? 3.What is self.screen_rect =…
-
0
votes1
answer44
viewsQ: I can’t understand that kind of import
I’m beginner in Python and I came across something I didn’t understand: import pygame from pygame.sprite import Sprite class Bullet(Sprite): def __init__(self,ai_settings,screen,ship): My question…
-
-1
votes1
answer107
viewsQ: I can’t solve the issue of distance between friends
i made a simple program to solve an Obi exercise every time Obi fix the Error progamma please someone can fix. exercise link: https://olimpiada.ic.unicamp.br/pratique/p1/2019/f1/amigos/ N =…
python-3.xasked kyo129 25