py.py 163 Bytes Edit 1 2 3 4 5 6 7 8 9 10 import pygame cacti= pygame.image.load('cacti.png') rect = cacti.get_rect() print(rect) print(rect.x) print(rect.y) print(rect.width) print(rect.height)