Where does this code go?
clock = pygame.time.Clock()
a)The code is placed inside the main program loop.
b)This code is placed before the main program loop.
c)The code is placed after the main program loop.
d)All of the Above
Answers
Answered by
7
maybe I think it's the code is placed after the main program loop (c)
Similar questions