Python mencari gambar di layar

#THIS IS FOR PYGAME USERS
#List of images on the screen to be rendered
Images = [Image_1, Image_2, _Image_3]

for image in Images:
    if image == CONDITION or if image in Images:
        #Do something
Victorious Vulture