# cpvs-term2 **Repository Path**: ku-jinyun/cpvs-term2 ## Basic Information - **Project Name**: cpvs-term2 - **Description**: 库锦芸2023暑假作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-01 - **Last Updated**: 2023-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README import pygame from pygame.lpcals import * from sys import exit pygame.init() size=1000,600 screen = pygame.display.set_mode(size)