From 0dbbb8e0337b740fc7a0fbf4b28116bdcd9ffa2b Mon Sep 17 00:00:00 2001 From: Ashit Kumar Rai <68168801+ashitkumarrai@users.noreply.github.com> Date: Sun, 2 Oct 2022 20:52:51 +0530 Subject: [PATCH] Update star.py --- star.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/star.py b/star.py index 607f443..479c920 100644 --- a/star.py +++ b/star.py @@ -1,12 +1,12 @@ import turtle # import time install turtle by pip -col=('yellow','green','cyan','pink','white','violet','indigo','orange','red') +col=('yellow','green','cyan','pink','white','violet','indigo','red','orange') t=turtle.Turtle() t.width(3) screen=turtle.Screen() -screen.bgcolor('black') +screen.bgcolor('violet') t.speed(0) x=1