Skip to content

Commit 3d8fa40

Browse files
committed
Update Pong.py
1 parent a9d104c commit 3d8fa40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Pong/Pong.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
wn = turtle.Screen()
55
wn.title("PONG")
6-
# wn.bgcolor("black")
76
wn.bgpic("Python-Projects\Pong\splash_screen.gif")
87
wn.setup(width=800, height=600)
98
wn.tracer(0)

0 commit comments

Comments
 (0)