Advertisement
KodingKid

The 2 necessary lines of code for most PyGames

Apr 25th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import pygame
  2. from pygame.locals import *
  3. #imports the pygame library and adds the features into your script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement