ScratchData LogoScratchData
Back to kocyigit2011's profile

scratch is better than python

KOkocyigit2011•Created March 1, 2025
scratch is better than python
0
0
2 views
View on Scratch

Instructions

copy to this phython is error import pygame pygame.init() screen = pygame.display.set_mode((4000, 2000)) clock = pygame.time.clock() square_pos = pygame.rect(2950, 1920, 50, 50) while true: if pygame.event.get(pygame.QUIT): break screen.fill("black") pygame.draw.rect(screen, "red", square_pos) pygame.display.flip() clock.tick(60) pygame.quit()

Description

by kocyigit2011

Project Details

Project ID1140913957
CreatedMarch 1, 2025
Last ModifiedMarch 1, 2025
SharedMarch 1, 2025
Visibilityvisible
CommentsAllowed