diff --git a/1.py b/1.py index 34e8b2d..123dd25 100644 --- a/1.py +++ b/1.py @@ -1,6 +1,6 @@ import turtle screen=turtle.Screen() -screen.bgcolor(color) +screen.bgcolor(red) pen=turtle.Pen() colors=["red","orange","yellow","green"] i=0 diff --git a/3.py b/3.py index e69de29..7fbecaa 100644 --- a/3.py +++ b/3.py @@ -0,0 +1,3 @@ +j=3 +i=5 +print(j,"*",i"=",(j*i)) \ No newline at end of file