'pygame.Surface' object is not callable errot code example
Example: what to do in python when you get pygame.Surface object is not callable
screen.blit(playerImg, (x, y))
you need to remeber the commas
screen.blit(playerImg, (x, y))
you need to remeber the commas