79584024

Date: 2025-04-21 04:23:08
Score: 1.5
Natty:
Report link

This is because get_ticks is not a direct method of pygame , but you can access this method with pygame.time by writing:

import pygame as p
start_ticks = p.time.get_ticks()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Programming Things