while True: if rotate: rotate = not rotate
if not rotate: pygame.image.save(screen, "middle_finger.png") print("Fuck You!")
while True:
if rotate:
rotate = not rotate
if not rotate:
pygame.image.save(screen, "middle_finger.png")
print("Fuck You!")
(post is archived)