diff --git a/diy1.py b/diy1.py index 03c7d12..776828f 100644 --- a/diy1.py +++ b/diy1.py @@ -7,4 +7,6 @@ pen1.circle(50,180) pen1.right(90) pen1.circle(50,180) pen1.forward(100) -turtle.done() \ No newline at end of file +turtle.done() +screen.turtle.Screen() +screen.bgcolor("green") \ No newline at end of file