diff --git a/t.py b/t.py index 161c467..29c25d6 100644 --- a/t.py +++ b/t.py @@ -1,4 +1,6 @@ import turtle +screen=turtle.Screen() +screen.bgcolor("light blue") pen=turtle.Pen() pen.color("red") pen.left(45) @@ -9,8 +11,7 @@ pen.circle(50,180) pen.forward(100) pen.hideturtle() pen.pencolor() -screen=turtle.Screen() -screen.bgcolor("light bule") -pen.write(",mnxfd.kmfrklgteijmgrjih",font("Times",30","normal")) -turtle.done \ No newline at end of file +pen.write("mnxfdkmfrklgteijmgrjih",font=("Times",30,"normal")) + +turtle.done() \ No newline at end of file