We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d104c commit 3d8fa40Copy full SHA for 3d8fa40
Pong/Pong.py
@@ -3,7 +3,6 @@
3
4
wn = turtle.Screen()
5
wn.title("PONG")
6
-# wn.bgcolor("black")
7
wn.bgpic("Python-Projects\Pong\splash_screen.gif")
8
wn.setup(width=800, height=600)
9
wn.tracer(0)
0 commit comments