From 7596c0d0788f3ee4383f31bc7aa55ab682dd00e2 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 3 Sep 2021 17:40:54 +0800 Subject: [PATCH] save project --- 2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2.py diff --git a/2.py b/2.py new file mode 100644 index 0000000..a431581 --- /dev/null +++ b/2.py @@ -0,0 +1,3 @@ +import pygame +pygame.init() +screen=pygame.display.set_mode((660,840)) -- libgit2 0.25.0