import turtle
# створити вікно для малювання
window = turtle.Screen()
window.bgcolor("light blue")
# створити трикутник для носа
nose = turtle.Turtle()
nose.color("orange")
nose.shape("triangle")
nose.shapesize(0.5)
nose.left(60)
nose.forward(50)
# створити голову снігура
head = turtle.Turtle()
head.color("white")
head.shape("circle")
head.shapesize(3)
# створити тіло снігура
body = turtle.Turtle()
body.color("white")
body.shape("circle")
body.shapesize(5)
# створити руки снігура
right_arm = turtle.Turtle()
right_arm.color("brown")
right_arm.pensize(10)
right_arm.right(45)
right_arm.forward(100)
right_arm.right(180)
right_arm.right(90)
left_arm = turtle.Turtle()
left_arm.color("brown")
left_arm.pensize(10)
left_arm.left(45)
left_arm.forward(100)
left_arm.right(180)
left_arm.left(90)
# створити шапку снігура
hat = turtle.Turtle()
hat.color("black")
hat.shape("square")
hat.shapesize(3, 6)
hat.penup()
hat.right(90)
hat.forward(110)
hat.forward(20)
hat.pendown()
hat.begin_fill()
hat.forward(80)
hat.forward(50)
hat.end_fill()
# приховати курсор
turtle.hideturtle()
# завершити малювання при натисканні на екран
turtle.exitonclick()
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
import turtle
# створити вікно для малювання
window = turtle.Screen()
window.bgcolor("light blue")
# створити трикутник для носа
nose = turtle.Turtle()
nose.color("orange")
nose.shape("triangle")
nose.shapesize(0.5)
nose.left(60)
nose.forward(50)
# створити голову снігура
head = turtle.Turtle()
head.color("white")
head.shape("circle")
head.shapesize(3)
# створити тіло снігура
body = turtle.Turtle()
body.color("white")
body.shape("circle")
body.shapesize(5)
# створити руки снігура
right_arm = turtle.Turtle()
right_arm.color("brown")
right_arm.pensize(10)
right_arm.right(45)
right_arm.forward(100)
right_arm.right(180)
right_arm.forward(100)
right_arm.right(90)
right_arm.forward(100)
left_arm = turtle.Turtle()
left_arm.color("brown")
left_arm.pensize(10)
left_arm.left(45)
left_arm.forward(100)
left_arm.right(180)
left_arm.forward(100)
left_arm.left(90)
left_arm.forward(100)
# створити шапку снігура
hat = turtle.Turtle()
hat.color("black")
hat.shape("square")
hat.shapesize(3, 6)
hat.penup()
hat.right(90)
hat.forward(110)
hat.right(90)
hat.forward(20)
hat.pendown()
hat.begin_fill()
hat.forward(80)
hat.right(90)
hat.forward(50)
hat.right(90)
hat.forward(80)
hat.right(90)
hat.forward(50)
hat.end_fill()
# приховати курсор
turtle.hideturtle()
# завершити малювання при натисканні на екран
turtle.exitonclick()