Skip to content

Commit 733aeaf

Browse files
Changed comments
1 parent de3e552 commit 733aeaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Import necessary libraries
1+
# Disable the welcome msg in the console
22
from os import environ
33
environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1'
44

5+
# Import necessary modules
56
import pygame
67
import random
78
import sys

0 commit comments

Comments
 (0)